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