
a:link {
	color:green;
	
}

a:visited {
	color:purple;
	
}
a:hover {
	color:red;
	text-decoration:none;	
}
