}
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
	font-size: small;
	font-color: #003366;
}
A:active
{
	COLOR: #000080;
}
H1.blue {
	COLOR: #003366;
}
H2.blue {
	COLOR: #003366;
}
H3.blue {
	COLOR: #003366;
}
H4.blue {
	COLOR: #003366;}
P.blue
{
	font-size: small;
	COLOR: #003366;
}
P
{
	font-size: small;
	COLOR: #000000;
}	
A:link 
{
	text-decoration: underline;
	color: Blue;
}
A:visited
{
	text-decoration: underline;
	color: Purple;
}
A:hover 
{
	text-decoration: underline;
	color: Maroon;
}