a:link{
	color : Blue;
}
a:active{
	color : Red;
}
a:visited{
	color : Purple;
}
a:hover{
	color: #ff0000;
}
