
  A:Link {
	color: black;
	text-decoration : none;
}

A:Visited {
	color: black;
	text-decoration : none;
}

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

  A:Active {
	color: #228B22;
	text-decoration: None;
}




