A:link {
	color: #0000aa;
}
a:visited{
	color : #0000aa;
}
a:active{
	color : rgb(238, 0, 0);
}
a:hover{
	color : rgb(255, 0, 255);
}


