a:link {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;


}

a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;


}

a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;


}

a:active {
	color: #FF9900;
	font-weight: bold;

}
