<style>
 
body
{   
    background-color:#993232; 
}

a.blue {text-decoration:none;color:#000099;}
a.blue:hover { color:#ff0000;}

a.red {text-decoration:none;color:#ff0000;}
a.red:hover { color:#000099;}

a.white {text-decoration:none;color:#FFFFFF;}
a.white:hover { color:#ff0000;}

a.black {text-decoration:none;color:#000000;}
a.black:hover { color:#000099;}

a.navtb {
	font-size: 8pt;
	font-weight: bold;
    FONT-FAMILY: arial, helvetica, sans-serif;	
	text-decoration:none;
	color:#FFFFFF;
}
a.navtb:hover {
	font-size: 8pt;
	font-weight: bold;
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:none; 
	color:#FFCC99;
}
a.navblue {
	font-size: 12pt;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}
a.navblue:hover {
	font-size: 12pt;
	font-weight: bold;
	text-decoration:none; 
	color:#C4C4C4;
}
a.copyright_link
{
    FONT-SIZE: 10px;
	text-decoration:none;
    COLOR: #CCCCCC;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
a.copyright_link:hover
{
    FONT-SIZE: 10px;
	text-decoration:none;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
</style>

