BODY {
	background : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : Black;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : #c2b4a5;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : #564934;
}
H3 {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : #564934;
	}
	
a:link, a:visited, a:active {
 text-decoration: underline;
 color : #005f74;
 font-weight : bold;
 }
 a:hover {
 color : #df6a1a;
 text-decoration : none;
 font-weight : bold;
 }

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : Black;
}
hr {
	color : #c2b4a5
	}
