/* Standard style sheet for courses -fp */
/* Override default to more readable sans-serif font */
/* Base color: blue, base font: sans-serif */
body { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; }
h1 { font-size: 21px; font-weight: bold; line-height: 30px; margin: 0.67em 0; }
h3 { font-size: 14px; font-weight: bold; margin: 1em 0; }
table { padding: 0; }
A:link { color: #af3526; }        /* new link, blue */
A:visited { color: #af3526; }     /* visited link, violet */
A:hover { color: #CC9900; }       /* hover, gold */
A:active { color: #FF0000; }      /* active, red */
UL { padding-top: 1ex; padding-bottom: 1ex; }
LI.wide { padding-top: 0.5ex; padding-bottom: 0.5ex; }
TH { vertical-align: top; }
TD { vertical-align: top; }
TD.sidebar { background: #e8e6d8; width: 150px; } /* sidebar, left */
TD.main { background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }   /* main body, right */
TD.lecture { padding-left: 1em; }
TD.planned { color: #9E9EE7; padding-left: 1em; }     /* planned lectures */
TD.recitation { background: #e8e6d8; padding-right: 6px; } /* recitation lines */
DT { padding: 1ex 0ex; }           /* definition term */
/* DT:first-child { padding: 0ex 0ex; } */           /* first definition term */
/* DT.first { padding: 0ex 0ex; } */                 /* first definition term */
B.here { font-weight: bold; color: black; }  /* current node, black */
PRE, TT, CODE { font-family: monospace; } /* font-size: large; */
                                   /* fixed width fonts */
.pad { padding-left: 12px; }
TD.recbody { padding-right: 6px; }
