﻿

a {
	text-decoration: none;
}

a:active {

	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: maroon;
	font-weight:bold
}


a.email {
	color: #888888;
	text-decoration: none;
}
a.email:active {
	color: #888888;
	text-decoration: none;
}
a.email:visited {
	color: #888888;
	text-decoration: none;
}

a.email:hover {
	color: red;
}





