
BODY {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: white;
}

.heading {
  background-color: black;
  color: #FF9900;
  font-weight: bold;
  font-size: 15px;
}

TD {
  color: #FF9966;
  font-weight: bold;
  font-size: 13px;
}

HR {
  color: #333399;
  border-top: 1px;
}

A {
  color: #6666FF;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  text-decoration: underline;
}

STRONG {
  color: white;
}
