A  {
	text-decoration : none;
	color : #0000FF;
}

A:Hover  {
	text-decoration : underline;
	color : #FF0000;
	font-weight : bold;
}

A:Active  {
	font-weight : bold;
	color : #FF0000;
	text-decoration : underline;
}

