  BODY {
     color: #00ffff;
     background: #000000;
     font-family: "arial", helvetica, sans-serif;
  }

  A:link {color: #ffff00;  text-decoration: none;}
  A:active {color: #ff00ff;  text-decoration: none;}
  A:visited {color: #ff0000;  text-decoration: none;}
  A:hover {color: white; text-decoration: bold;} 

  H1 { color: white; }
  H2 { color: white; font-style: italic; }
  H3 { color: white; }
  H4 { color: white; }

  DT { color: white; font-style: italic;}
  DD { color: #00ffff; }
  BLOCKQUOTE { color: lime; } 
