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