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


.email a:hover {
    color: #0000FF;
	text-decoration: none;
	font-weight: normal;
}
.email a:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;

}
.email a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;

}
