body {
  background: maroon;
  text-align: center;
  margin: 10 30 20 30;
}
P {
  color: #000033;
  font-family: verdana, sans-serif;
  line-height: 140%;
  font-size: 10pt;
  text-align: justify;
}
P.bottom {
  font-size: 8pt;
  text-align: center;
}
P.top {
  color: #cccccc;
  font-size: 8pt;
  text-align: left;
  margin: 1 1 1 1;
}
P.ans {
  margin-top: -5px;
  margin-left: 25px;
  margin-bottom: 20px;
}
A {
  color: blue;
  font-family: verdana, sans-serif;
}
A:hover {
  background-color: #cccccc;
}
A:visited {
  color: navy;
}
A:active {
  color: fuchsia;
}
TD {
  padding: 35px; 
  border: dashed 1px #666666; 
}
TD.form {
  padding: 3px;
  border: solid 0px #cccccc;
  color: maroon;
  font-family: monospace;
  font-size: 9pt;
  text-align: right;
}
H1 {
  color: maroon;
  font-family: Garamond, serif;
  font-size: 18pt;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}
H2 {
  color: #000033;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
}