BODY, TD {
	background: white;
	color : navy;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: Navy;
}

H3 {
	font-size: 13pt;
	color: Blue;
}

H4 {
	font-size: x-small;
	font-variant: normal;
	font-weight: normal;
	color : Maroon;
}

A {
	text-decoration: none;
	color: Maroon;
}

A:Hover {
	text-decoration: underline;
	color: Red;
}

HR {
	color: Maroon;
	height: 2pt;
}
