BODY {
	font-family : Arial, sans-serif;
	text-align: justify;
	color :  Black;
	background-color : White;
	font-size :  10;}

P {
	font-size : x-small;
}
H2 {
	font-size: 14pt;
	color: Maroon;
}

H3 {
	font-size: 13pt;
	color: Maroon;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Navy;
	}

A {
	text-decoration: none;
	color: Maroon;
	border :  none;}

A:Hover {
 text-decoration :  underline;}

HR {
	color: Black;
	height: 1pt;
}

