A  {
	text-decoration : none;
}

A:Visited  {
	font : tahoma 8pt;
}

A:Active  {
	font-weight : bold;
	color :blue;
}

A:Hover  {
	color : red;
	text-decoration : underline;
}

