/* Standard style sheet for nancyp/course */
/* Override default to more readable sans-serif font */
/* Base color: brown, Base font: sans-serif */
BODY, UL, H1, H2, H3, H4, P, LI, TD
  { font-family: sans-serif; }
A:link { color: #660000; }
A:visited { color: #996600; }
A:hover { color: #CC9900; }
A:active { color: #FF0000; }
TD.sidebar { background: #e7cf9e; } /* navigation bar, left */
TD.main { background: #ffe7b7; }   /* main body, right */
TD.here { font-weight: bold; color: #ff0000; } /* current node, bold */
TD.small { font-size: small; }     /* small (subnodes) */
DT { padding: 1ex 0ex; }           /* definition term */
DT:first-child { padding: 0ex 0ex; }           /* first definition term */
B.here { font-weight: bold; color: #ff0000; }  /* current node, bold */
OL.alpha { list-style-type: lower-alpha; }
OL.number { list-style-type: decimal; }
OL.roman { list-style-type: lower-roman; }

