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


a.orange:link {
	font-weight: bold;
	color: #f78f1e;
	text-decoration: none;
}
a.orange:visited {
	font-weight: bold;
	color: #f78f1e;
	text-decoration: none;
}
a.orange:hover {
	font-weight: bold;
	color: #F15A22;
	text-decoration: underline;
}
a.orange:active {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
