a:link,a:visited {
	color: #7D3F00;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}