a:link    {
	text-decoration: underline;
	color: #00008b;
}

a:visited {
	color: #00008b;
	text-decoration: underline;
}

a:active  {
	text-decoration: none;
	color: Black;
	FONT-WEIGHT: bold;
}

a:hover   {
	text-decoration: underline;
	color: Black;
}



