a:link {
	color: black;
	text-decoration: none;
}
a:visited {
    color: #999999;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Helvetica, sans-serif;
}