a:link {
	color: ;
	text-decoration: none;
}

a:visited {
  color: none;
}

a:hover {
	text-decoration: underline;
	
}

a:active {
	color: none;
}