a:link
{
	color: #0000FF;
	size: 8pt;
	text-style: bold;
	text-decoration: none; 
}
a:visited
{
	color: #0000FF;
	size: 8pt;
	text-style: bold;
	text-decoration: none;  
} 
a:active 
{
	color: #CC0000;
	size: 8pt; 
	text-style: bold;
	text-decoration: none;
	}
a:hover {
        color: #FF0000;
        size: 8pt; 
		text-style: bold;
        text-decoration: underline;
}


body
{
	
	font-size: 8pt;
	color: #000000;
}
table
{
    
	font-size: 8pt;
	color: #000000;
	
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: #66CCFF; 
}
h3
{
	color: #66CCFF; 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}