/* Standard style sheet for nancyp/course */
/* Override default to more readable sans-serif font */
/* Base color: blue, Base font: sans-serif */
BODY, H1, H2, H3, H4, P, UL, OL, DL, LI, DT, DD, TH, TD,
I, B, EM, STRONG
  { font-family: sans-serif; }
A:link { color: #0000FF; }
A:visited { color: #CC00CC; }
A:hover { color: #CC9900; }
A:active { color: #FF0000; }
TD { vertical-align: top; }
TD.sidebar { background: #9ECFE7; } /* navigation bar, left */
TD.main { background: #B7E7FF; }   /* main body, right */
%TD.main { background: #FFFFFF; }   /* 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 */
