a:link {
	color: #BE5F12;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #9F4E0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #801B10;
}
a:active {
	text-decoration: none;
	color: #9B4216;
	font-weight: normal;
}

