/* CSS Document */

a:link {
	font-family: "Times New Roman";
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #8D7A49;
}
a:hover {
	background-color: E9E6B4;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman";
	font-size: 11px;
	text-transform: uppercase;
	color: #6B5E38;
	text-decoration: none;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
