body {   
  background: black;
  font-family:Verdana,Arial,Helvetica;
  margin: 0
}
a         { text-decoration: none; font-family:Verdana,Arial,Helvetica; }
a:link    { font-weight:bold; color: black; } 
a:visited { font-weight:bold; color: black; }
a:active  { font-weight:bold; color: red; }
a:hover   { font-weight:bold; color: lightgreen;  }

