/* greenscreen_narrow.css  -- doom@kzsu.stanford.edu, Dec  3, 2004 */

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

/* 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; }

/*
P { margin-right: 40%; }
DL { margin-right: 40%; }
OL { margin-right: 40%; }
*/