/* CSS Document */
<style type="text/css">

body {
	background-color: #B2A58A;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #8C816C; 
}

.bolding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B493C;
	padding: 0px;
	font-weight: bold;
}

a:link {
	color: #AA5945;
	text-decoration: none;
}

a:visited {
	color: #5B1E00;
	text-decoration: none;
}

a:hover {
	color: #933412;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


</style>

