.orangeLink, a.orangeLink:link, a.orangeLink:visited
{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.orangeLink:hover
{
	color: #FFBC01;
	text-decoration: none;
	font-weight: bold;
}
.greyLink, a.greyLink:link, a.greyLink:visited 
{
	text-decoration: none;
	color: #333333;
}
a.greyLink:hover
{
	text-decoration: none;
	color: #FFBC01;
}
.blackLink, a.blackLink:link, a.blackLink:visited
{
	text-decoration: underline;
	color: #000000;
}
a.blackLink:hover
{
	text-decoration: underline;
	color: #FFBC01;
}
a.redLink, a.redLink:link, a.redLink:visited
{
	text-decoration: underline;	
	color: Red;
}
a.redLink:hover
{
	text-decoration: none;
	color: Red;
}