a:hover      
{ color: #blue; text-decoration: underline; text-transform: capitalize; 
               font-weight: bold;
}
a:link
{
	color: #blue;font-family:Arial; font-size:10pt;
}
a:visited
{
	color: #800000;font-family:Arial; font-size:10pt;
} 
a:active 
{
	color: #red;font-family:Arial; font-size:10pt;
}
body
{
	color: #000000; font-family:Arial, font-size:10pt;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1
{
	font-family: Times New Roman, Times;color: #bb0000; font-size:16pt; font-weight: bold;
}
h2
{
	font-family: Times New Roman, Times;color: #000084; font-size:14pt; font-weight: bold; 
}
h3
{
	font-family: Times New Roman, font-size:12pt; color: #black; 
}
h4
{
	font-family: Times New Roman, Times;color: color: #000084; font-size:12pt; font-weight: bold;
}
h5
{
	font-family: Times New Roman, Times;color: #800000;
}
h6
{
	font-family: Times New Roman, Times;color: #800000;
}