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

