A{
		
		color : blue;
		text-decoration : none;
}

A:visited{
		
		color : fuchsia;
}

a:hover{
		
		color : fuchsia;
}
