.styleorange:link {
	text-decoration: none;
	color: #FC0;
}
.styleorange:visited {
	text-decoration: none;
	color: #FC0;
}
.styleorange:hover {
	text-decoration: underline;
	color: #FC0;
}
.styleorange:focus {
	text-decoration: none;
	color: #FC0;
}
.styleorange:active {
	text-decoration: none;
	color: #FC0;
}
