a:link {
	text-decoration : none;
	color : #FF9C00;
}
a:visited {
	text-decoration : none;
	color : #FF9C00;
}
a:hover {
	text-decoration : underline;
	color : #FF9C00;
}
a:active {
	text-decoration : none;
	color : #FF9C00;
}
a:focus {
	text-decoration : none;
	color : #FF9C00;
}
