
A:ACTIVE, {
	color : Blue;
	text-decoration : underline;
}
A:HOVER,  {
	color : Red;
	text-decoration : none;
}
A:LINK, {
	color : Blue;
}
A:VISITED, {
	color : Purple;
	text-decoration : underline;
}
A:VISITED:HOVER, {
	color : Red;
	text-decoration : none;
}
 
 
 