body
{
  background-color: #000000;
  font-size: 100%;
}

table
{
  border-color: #FFFFFF;
  border-size: 1em;
  color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 70%;
}

td
{
  float: center;
}

a:link
{
  text-decoration: none;
  font-weight: bold;
  color: #00CC00;
}

a:active
{
  text-decoration: none;
  font-weight: bold;
  color: #00CC00;
}

a:visited
{
  text-decoration: none;
  font-weight: bold;
  color: #00CC00;
}

a:hover
{
  text-decoration: overline underline;
  font-weight: bold;
  color: #00CC00;
}