.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #825D0C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #D8D5BD;
}
a:active {
	text-decoration: underline;
}

