/* 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:   #A0E0E0; }
A:link { color: darkblue; }        /* new link */
A:visited { color: #303050; }     /* visited link */
A:hover { color: #CC9900; }       /* hover, gold */
A:active { color: goldenrod; }      /* active */
// TD.sidebar { background: lightseagreen; } /* sidebar, left */
// TD.main { background: darkseagreen; }   /* main body, right */
TD.sidebar { background: #6FAFAF; } /* sidebar, left */
TD.main { background: #A0E0E0; }   /* main body, right */
TD.small { font-size: small; }     /* small (subnodes) */
TD.menu { font-size: small; }
TD.submenu { font-size: x-small }
DT { padding: 2ex 0ex; }           /* definition term */
DD { padding: 1ex 0ex;}
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: brown; }  /* current node, bold */
UL {  list-style-type: disc; margin-left: 0mm; }
LI.noindent { font-family: sans-serif; }
B.nonbold { font-style: normal; font-weight: normal; }
H1, H2, H3 { color: brown; }
TD.white { background: #FFFFFF; }
PRE { background: #FFFFFF; color: #307070; font-family: fixed; }
B.heading { font-size: x-large; color: brown; font-weight: bold; }
TABLE.rel { background: #FFFFFF; border-color: white; }
TR.rel { background: #FFFFFF; border-color: white; }
TH.rel { vertical-align: top; text-align: left; background: #FFFFFF; border-color: white; padding: 0ex 1ex; }
TD.rel { vertical-align: top; background: #FFFFFF; border-color: white; padding: 0ex 1ex; }
