
a.x:link{ text-decoration: underline;
	color: blue;
}
	
a.x:visited{ text-decoration: underline;
	color: black;
}

a.x:hover{ text-decoration: none;
text-transform: uppercase;
	color: red;
	font-weight: bolder;
	background: white
	
}
