a:link
{
	color: blue; 
	text-decoration: none;

}
a:visited
{
	color: blue; 
	text-decoration: none;

} 
a:active 
{
	color: blue;
	text-decoration: none;

}
a:hover 
{   color: blue;
    text-decoration: underline;
    
}
p
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #000000;
}
li
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #000000;
}
body
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	background-color: #9999FF;
	color: #000000;
}
table
{
	table-border-color-light: #666666;
	table-border-color-dark: #666666; 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Tahoma;
}
h1
{
	color: #000000;
	font-size: 18pt;
}
h2
{
	color: #000000;
	font-size: 14pt;
}
h3
{
	color: #000000;
	font-size: 12pt;
}
h4
{
	color: #000000;
	font-size: 10pt;
}
h5
{
	color: #000000;
	font-size: 8pt;
}
h6
{
	color: #000000;
}
