/* greenscreen.css  -- doom@kzsu.stanford.edu, Feb 23, 2004 */

BODY { 
  color:      #99FF99;  /* light green */
  background: #000000;  /* like my soul */
  font-family: helvetica, verdana, arial, sans-serif;
}

/* links need a little more room for that underline */
A { line-height: 120%; }

A:link    {color: #CCBBFF; }  /*light cobalt blue*/
A:visited {color: #FF99FF;}   /*light reddish purple*/
A:active  {color: red; }

