BODY, TD 
{
	
	background-color: #FDF5E6;
	color : Black;
	font-family :  Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	max-height: 10px;
	margin-top: 10px;
	line-height: 25px;
}

 

H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Maroon;
	}

A {
	text-decoration: none;
	color: Blue;
	
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
	
}

HR {
	color: blue;
	height: 1pt;
}
