A  {
	color: Maroon;
	text-decoration: none;
}

A:Visited  {
	text-decoration: none;
	color: Maroon;
}

A:Active  {
	color: Maroon;
	text-decoration : none;
}

A:Hover  {
	text-decoration: none;
	color: Red;
}

