
a {
	text-decoration: none;
	color : #ffffff;
}

a:Hover  {
	color : #070F59;
	font-weight: bold;	
	text-decoration : underline;
	background-color: #ffffff;
	}
