a {
 text-decoration: none;
 font-weight: normal;
 
 }
 
a:link {
color: #0000FF;

}

a:visited {
font-weight: normal;
color: #0000FF;

}

a:hover {
	color: #0000FF;
	background-color: #FFCC66;
	font-weight: bold;




}

