body
{
  color: Black;
  background-color: Black;
}

a:link
{
  color: black;
  text-decoration: none;
}

a:visited
{
  color: black;
  text-decoration: none;
}

a:active
{
  color: black;
  text-decoration: none;
}

a:hover
{
  color: black;
  text-decoration: underline;
}

TABLE {
    table-layout: fixed;
   }
