/* Adapted from wedding.css (Author: Dave Swasey) */
/* Sidebar color: black,  Sidebar links: light blue, */
/* body color: white, body text: black */
BODY, H1, H2, H3, H4, P, UL, OL, DL, LI, DT, DD, TH, TD, 
I, B, EM, STRONG
  { font-family: sans-serif; }
A { text-decoration: none; }
A:link { color: #66FFFF; }        /* new link, light blue */
A:visited { color: #CCFFFF; }     /* visited link, lighter blue */
A:hover { color: #FFFF33; }       /* hover, gold */
A:active { color: #FFFFFF; }      /* active, white */
TH { vertical-align: top; }
TD { vertical-align: top; }
TD.sidebar { background: #000000; } /* sidebar, left */
TD.main { background: #FFFFFF; }   /* main body, right */
TD.small { font-size: small; }     /* small (subnodes) */
TD.menu { font-size: small; }
TD.uconst { font-size: small; color: #FAFAFA; }
TD.submenu { font-size: x-small; }
TD.title { background: #000000; }
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: #FFFFFF; }  /* current node, white */
B.cat { font-weight: bold; color: #FFFF33; }  /* category, yellow */

H3.cmulabel /*Used in title bar*/
{
    color: #AA1111;
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
}
H1.titlebar
{
    font-weight: bold;
    margin: 0px;
    font-size:40px;    
}
p.menu {font-weight:bold;}