




A			{
	font-weight : bold;
	text-decoration : none;
}



A:ACTIVE	{
	color : black;
	text-decoration : bold;
}

A:HOVER		{
	color : red;
	text-decoration : none;
}

