A           {
	text-decoration : none;
	color:#000000;
}
A:Visited   {
	text-decoration : none;
	color: #000000;
}
A:Active    {
	text-decoration : none;
	color: #000000;
}
A:Hover     {
	text-decoration : underline;
	color: #000000;
}