
BODY {
  font-family: Arial, helvetica, sans-serif;
}

FORM P {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

A:visited {
  color: #800080;
}

H1 {
  color: blue;
  text-align: center;
  font-size: 210%;
}

table.double {
  vertical-align: text-top;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  border-top: 6px blue double;
  border-right: 6px blue double;
  border-bottom: 6px blue double;
  border-left: 6px blue double;
}

TH {
  font-weight: bold;
  color: blue;
}

HR {
  color: blue;
}
