BODY {
	background: white;
	color : navy;
	font-family :  Arial;
	font-size: 12px;
	
	
}
 TD {
	
	color : navy;
	font-family :  Arial;
	font-size: 12px;
	
}
H2 {
	font-size: 16pt;
	color: navy;
}

H3 {
	font-size: 13pt;
	color: navy;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : navy;
	}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: teal;
}

HR {
	color: silver;
	height: 1pt;
}

