/* narrow.css  -- doom@kzsu.stanford.edu, June 10, 2009 */

BODY {
  font-family: times;
  max-width:   38em;
  margin-left:  5%;
}
/* Used to do this:  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%; }
*/


.righttabby {
    position: float;
    float:    right;
}

DIV {
    margin-left: 30em;
}


