.top a:link {
	font-family: Arial;
	color: #E9E9E9;
	text-decoration: none;
}
.top a:visited {
	color: #E9E9E9;
	text-decoration: none;
}
.top a:hover {
	font-family: Arial;
	font-weight: bold;
	color: #E9E9E9;
	text-decoration: underline;
}
.top a:active {
	color: #E9E9E9;
	text-decoration: none;
}
