a:link{
	color : Navy;
}
a:active{
	color : Red;
}
a:visited{
	color : Fuchsia;
}
a:hover{
	color: #ff0000;
}
