body {
	font-family: "Verdana";
	font-size: 13px;
	color: #000000;
	background-color: #b69c70;
}
p {
	font-family: "Arial";
	font-size: 13px;
	color: #000000;
}
h5 {
	font-family: Arial;
	font-size: 11px;
	color: #096595;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFEA;
}
h1 {
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #096595;
	
}
h2 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #be7f14;
}

a:link {
	font-family: "Arial";
	font-size: 15px;
	color: #096595;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
font-family: "Arial";
	font-size: 15px;
	color: #096595;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
font-family: "Arial";
	font-size: 15px;
	color: #c28724;
	font-weight: bold;
	text-decoration: none;
}