/* simple.css  -- doom@kzsu.stanford.edu, June  8, 2009 */
/* variant of greenscreen_narrow that uses "max-width" feature */


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

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


.wrap {
    max-width: 40em;
}

