
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FFCE00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


a.email_link:link {
	text-decoration: none;
	color: #FFCE00;
}
a.email_link:visited {
	text-decoration: none;
	color: #FFCE00;
}
a.email_link:hover {
	text-decoration: underline;
	color: #DE0000;
}
a.email_link:active {
	text-decoration: none;
	color: #FFCE00;
}