
BODY {
  color: #D4D4D4;
  font-size: 8pt;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

TD {
  color: #949494;
  font-size: 8pt;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}

A {
  color: #454545;
  border-top: thick aqua;
  font-weight: bold;
  letter-spacing: 2pt;
  text-decoration: none;
  font-variant: small-caps;
  border-right: thick aqua;
  border-bottom: thick aqua;
}

A:hover {
  color: #2A2A2A;
  text-transform: none;
  background-color: #E9E9E9;
}

A:active {
  color: #B00023;
  text-transform: none;
}
