BODY, TD {
	background: #CC0066;
	color : White;
	font-family :  Arial, sans-serif;
	font-size: 12pt;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #0099FF;
}

H3 {
	font-size: 13pt;
	color: #0066FF;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : #0000CC;
	}

A {
	text-decoration: none;
	color: navy;
}

A:Hover {
	text-decoration: underline;
	color : Yellow;
}

HR {
	color: lightblue;
	height: 1.5pt;
}