<!--
A  {
	text-decoration : none;
	color : #000099;
}

A:Visited  {
	text-decoration : none;
	color : #800080;
}

A:Active  {
	text-decoration : none;
	color : #CC0000;
}

A:Hover  {
	text-decoration : underline;
              color:  #990000;
}

-->