body {
	background: #000066;
	color: Navy;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #094FA3;
}

H3 {
	font-size: 13pt;
	color: #094FA3;
}

H4 {
   font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: #094FA3;
}

A:Hover {
	text-decoration: none;
	color: #FF8C00;
}
