a:link {
	color: #32313C;
	text-decoration: none;
}
a:visited {
	color: #32313C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a.email:link {
	color:#FFFF00;
	font-weight: bold;
	font-size: 11px;
}
a.email:hover{
	text-decoration: underline;
}