a , a:visited , a:active {
	background : transparent; 
	text-decoration : none;
} 

a:hover {
	text-decoration: underline;
}