a {
	color : black;
	text-decoration : none;
	font-weight: bold;
	font-family: arial, sans-serif;
}

a:link {
 	color : black;
	text-decoration : none;
	font-weight: bold;
	font-family: arial, sans-serif; }

a:hover {
 	color : gray;
	text-decoration : none;
	font-weight: bold;
	font-family: arial, sans-serif; } 
