a:link
{
	color: Blue; 
}
a:visited
{
	color: Blue; 
} 
a:active 
{
	color: rgb(0, 0, 255);
}
body
{
	font-family: Arial, Helvetica, Century Gothic;
	background-color: Gainsboro;
	color: color: rgb(0, 0, 128);font-size:12pt; font-weight:bold
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Century Gothic;
}
h1
{
	color: Blue;
}
h2
{
	color: rgb(0, 0, 255); 
	font-size:14pt; font-weight:bold
}
h3
{
	color: Maroon; 
}
h4
{
	color: rgb(0, 0, 255);
        font-size:12pt;
}
h5
{
	color: rgb(0, 0, 128);
	font-size:12pt;

}
h6
{
	color: rgb(0, 0, 0);
	font-size:12pt;
}
Normal
{
	color: rgb(255, 0, 0);
	font-size:18pt;
}