a {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC8F25;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC8F25;
}
a:hover {
	text-decoration: underline;
	color: #F60003;
}
a:active {
	text-decoration: none;
	color: #CC8F25;
	font-weight: normal;
}
