/* Standard style sheet for abel */
/* Override default to more readable sans-serif font */
BODY, H1, H2, H3, H4, P, UL, OL, DL, LI, DT, DD, TH, TD, 
I, B, EM, STRONG, INPUT
  { font-family: "Century Schoolbook", Times, serif; color: #4A577D; } /* slatebluegray */
/* BODY { background: lightsteelblue; } does not help */
A:link { color: brown; }        /* new link */
A:visited { color: sienna; }     /* visited link */
A:hover { color: black; }       /* hover, black */
A:active { color: #4A577D; }      /* active, slatebluegray */
TD.sidebar { background: #F4B470; } /* sidebar, left, redbrownish */
TD.main { background: #F8E495; }   /* main body, right, yellowish */
TD.small { font-size: small; }     /* small (subnodes) */
TD.menu { font-size: small; }
TD.submenu { font-size: x-small }
DD { padding: 0.3ex 0ex; }           /* definition term */
DT { padding: 1ex 0ex; }           /* definition term */
DT:first-child { padding: 0ex 0ex; }           /* first definition term */
DT.first { padding: 0ex 0ex; }                 /* first definition
term */
P.bottom { font-size: small; }                 /* navigation bar, bottom */
B.here { font-weight: bold; color: #4A577D; }  /* current node, bold slatebluegray */
UL {  list-style-type: disc; margin-left: 0mm; }
LI.noindent { font-family: sans-serif }
B.nonbold { font-style: normal; font-weight: normal; }
TH { text-align: left; font-weight: normal }