a:link {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;

}
a:active {
	text-decoration: underline;
	color: #CC6633;

}
a:visited {
	text-decoration: none;
	color: #CC6633;

}
