body
{
  font: 10pt verdana, geneva, lucida, 'lucida grande', arail, helvetica, sans-serif;
  color: black;
  background-color: black;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

a:link
{
  color: #0000AA;
  text-decoration: none;
}
a:visited
{
  color: #0000AA;
  text-decoration: none;
}
a:hover, a:active
{
  color: #0000AA;
  text-decoration: underline;
}

a.footer:link
{
  color: #00AAFF;
  text-decoration: none;
}
a.footer:visited
{
  color: #00AAFF;
  text-decoration: none;
}
a.footer:hover, a.footer:active
{
  color: #00AAFF;
  text-decoration: underline;
}

input.button
{
  background-color: #990000;
  color: #FFFFFF;
  font-family: verdana, geneva, lucida, 'lucida grande', arail, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

hr
{
  border: 0;
  background-color: #990000;
  color: #990000;
}

td, th, p, li
{
  font: 10pt verdana, geneva, lucida, 'lucida grande', arail, helvetica, sans-serif;
  color: #000000;
}