/* 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: sans-serif; }
/* BODY { background: lightsteelblue; } does not help */
A:link { color: darkblue; }        /* new link, blue */
A:visited { color: #303050; }     /* visited link, violet */
A:hover { color: #CC9900; }       /* hover, gold */
A:active { color: white; }      /* active, red */
TD.sidebar { background: lightslategray; } /* sidebar, left */
TD.main { background: lightsteelblue; }   /* main body, right */
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: white; }  /* current node, bold red */
UL {  list-style-type: disc; margin-left: 0mm; }
LI.noindent { font-family: sans-serif }
B.nonbold { font-style: normal; font-weight: normal; }