BODY {
  background: black;
  font-family: geneva, helvetica, verdana, arial, sans-serif;
  color: white;
 }

A:link, A:visited, A:active { text-decoration: none }
A:link { color: black; background: #3333FF }
A:visited { color: black; background: #CC33FF }
A:active { color: black; background: red }

