body
{
  background-color: #003300;
}
a:link
{
  color: #99FF33;
  text-decoration: none;
  font-weight:normal;
}
a:visited
{
  color: #99FF33;
  text-decoration: none;
  font-weight:normal;;
}
a:hover
{
  color: #99FF33;
  text-decoration: underline;
  font-weight:normal;
}
a:active
{
  color: #99FF33;
  font-weight:normal;
}

td
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  line-height: 16px;
  color: #99FF33;
  background-color: #003300;
}

