/* Standard style sheet for susmit */
/* Override default to more readable sans-serif font */
/* base font: sans-serif */
BODY, P, UL, OL, DL, LI, DT, DD, TH, TD, 
I, B, EM, STRONG
  { font-size:1.0em; font-family: verdana,sans-serif; background-color: #FFEBCD; color: black}
H1, H2, H3, H4 {color: black}
A:link { color: blue; }        /* new link, blue */
A:visited { color: purple; }     /* visited link, dark blue */
A:hover { color: maroon; text-decoration: underline}       /* hover, gold */
A:active { color: red; }      /* active, red */
TH { vertical-align: top; }
TD { vertical-align: top; }
TABLE.small { font-size: 0.75em; }
TD.sidebar { background: #DDC9AB; color:black } /* sidebar, left */
TD.main { background: #FFEBCD; }   /* main body, right */
TD.small { font-size: small; }     /* small (subnodes) */
TD.menuheader { background: #DDC9AB; font-family: verdana,sans-serif; font-weight: bold; }
TD.menu { background: #DDC9AB; font-size: small; }
TD.submenu { font-size: x-small }
