a:link {
	font-family: Verdana, Arial, sans-serif;
/*	color:#C67C1E;   */
	color:#885511;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, sans-serif;
	color:#885511;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#8F0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #885511;
}
a:active {
	font-family: Verdana, Arial, sans-serif;
	color: #885511;
	background: #FFFFFF;
}

