body {
	
}
a{
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: Navy;
}
