body {
	background-color: #D9BA70;
}

.fontmain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.fontsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

.fonthead {
    font-family: Georgia, "Times New Roman", Times, serif;
	color:#652D15;
	font-size:18px;
}

.fontheadlarge {
    font-family: Georgia, "Times New Roman", Times, serif;
	color:#652D15;
	font-size:22px;
}

.fontgreen {
    font-family: Georgia, "Times New Roman", Times, serif;
	color:#2A8D33;
	font-size:12px;
}

a:link {
	color: #4B5D35;
}
a:visited {
	color: #A47531;
}
a:hover {
	color: #A47531;
}
a:active {
	color: #A47531;
}