body 
{
  background-color: #000000;
  color: #db7093;
}

{
A:link
{
  text-decoration: none;
  color: #c0c0c0;
}

A:visited
{
  text-decoration: none;
  color: #c0c0c0;
}

A:hover
{
  text-decoration: underline;
  color: #c0c0c0;
}

TD
{
  color: #BBBBBB;
  padding: 10 20 0 5;
  vertical-align: top;
  border: 0;
}

HR
{
  color: #BBBBBB;
  height: 1;
  width: 75%;
}