a:link
{
	color: #000000; 
}
a:visited
{
	color: #000000; 
} 
a:active 
{
	color: #000000;
}
a:hover
{
	color: #FF0000;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	
	
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(0,0,0);
	font-size: 10pt;
	font-weight: normal;

}
h2
{
	color: rgb(0,0,0);
	font-size: 9pt;

}
h3
{
	color: rgb(204,51,0);
	font-size: 8pt; 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}

.header
{
	color: rgb(0,0,0)
	font-size: 10pt;
	font-weight: bold;
	
}

.links

{
    color: rgb(128,0,0)
    font-size: 9pt;
    font-weight: bold;
    
}