@charset "windows-1252";

H1
{
Color: #CC0000;
Font-Family: Verdana, Arial, Helvetica;
Font-Size: 26px;
Font-Weight: bold;
text-align: center;
}

H2
{
Color: #000000;
Font-Family: Verdana, Arial, Helvetica;
Font-Size: 22px;
Font-Weight: bold;
text-align: center;
}

H4
{
Color: #CC0000;
Font-Family: Arial,Verdana, Helvetica;
Font-Size: 18px;
Font-Weight: bold;
text-align: center;
}

P, UL, OL, LI, TD, TR, TH, DIV, BODY
{
Color: #000003;
Font-Family:  Arial, Verdana,  Helvetica, Sans Serif;
Font-Size: 12px;
Font-Weight: normal;
text-align: left;
}


BODY { 

scrollbar-arrow-color: #FFFAF2;
scrollbar-base-color: #800000;
scrollbar-dark-shadow-color: #800000;
scrollbar-track-color: #000000;
    

}


a:link { color: #000003; text-decoration: none; }
a:active { color: red; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: red; text-decoration: underline; background:none; }

a:link.abc { color: #000000; text-decoration: none; }
a:active.abc { color: red; text-decoration: none; }
a:visited.abc { color: #999999; text-decoration: none; }
a:hover.abc { color: #CC0000; text-decoration: underline; background:none; }











