a:link{
	color : #FF4500;
}
a:active{
	color : Red;
}
a:visited{
	color : Maroon;
}
a:hover{
	color: Red;
}