A:link {
        color: #0033cc; text-decoration: underline;
 }

A:visited {
        color: #000066; text-decoration: underline;
 }

A:active, A:hover {
        color: #0033cc; text-decoration: none;
 }

BODY {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        background-color: aliceblue;
        scrollbar-arrow-color: #990000; 
}

TD, TH {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

Table {
        bordercolor : #cccccc;
}


H3, H4, H5, H6 {
        font-family : Arial, Helvetica, sans-serif;
        color: #cc0000;
}
HR {
        color : #cccccc;
}

STRONG {
        color : #111111;
}