
a {
	text-decoration: none;
}

A:Hover  {
	font-weight: bold;	
	text-decoration : underline;
}
BkColor
{
	background-color: #008934;
}
BkColor:Hover
{
	background-color: #990000
}