A
{
	text-decoration : none;
	color : #000000;
	cursor: hand;	
}

A:visited 
{
	text-decoration : none;
	color : #000000;
	cursor: hand;
}

A:active 
{
	text-decoration : none;
	color: #184693;
	cursor: hand;
}

A:hover 
{
	text-decoration : none;
	color: #CCCCCC;
	cursor: hand;
}
