a:link{
	color : Blue;
}
a:active{
	color : Lime;
}
a:visited{
	color : Red;
}
a:hover{
	color: Lime;
}