
BODY, TD {
	background: #FAEBD7;
	color : #A52A2A;
	
	font-family :Verdana,  "Bookman Old Style", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	background-color : #F5DEB3;
}

H2 {
	font-size: 14pt;
	color : #aabbcc;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
	color: #a52a2a;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: Teal;
}

A:Hover {
	color: Highlight; 
}

HR {
	height: 1pt;
}

