A:link    {
	text-decoration: none;
	color: black;
}

A:visited {
	text-decoration: none;
	color: black;
}

A:hover   {
	text-decoration: underline;
	color: black;
}

A:active  {
	text-decoration: none;
	color: black;
}