BODY {
    background-color: white;
}

H1, H2, H3, H4, H5, H6, P, TH, TD, LI {
    font-family: "news gothic", gill, helvetica, sans-serif;
}

H1.titlebar {
    color: white;
}

H1, H2, H3, HR {
    color: #B2BCDF;
}

P.copyright {
    font-style: italic;
    font-size:  8pt;
}

EM.reverse {
    font-style:normal;
    font-weight:bold;
    background-color: white;
    color: #B2BCDF;
}

A.titlebar:link    { color: white; }
A.titlebar:visited { color: white; }
A.titlebar:active  { color: yello; }

