a:link {color: #B0232A; font-weight: normal; text-decoration:underline}

a:visited {color: #B0232A; font-weight: normal; text-decoration:underline} 

a:active {color: #B0232A; font-weight: bold; text-decoration:underline}

a:hover {color: #000000; font-weight: normal; text-decoration:underline}

body
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10 pt;
	background-color: #FFFFFF;
	font-color: #0;
	
	
	scrollbar-face-color: #B0232A;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: #B0232A;
    scrollbar-shadow-color: #B0232A;
    scrollbar-3dlight-color: white;
    scrollbar-track-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-base-color: white;

}
table
{
	table-border-color-light: #B0232A;
	table-border-color-dark: #B0232A; 
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-color: #0;
	font-size: 10 pt;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
h1
{
	color: #B0232A;
	font-size: 14 pt;
}
h2
{
	color: #B0232A; 
	font-size: 12 pt;
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}