body {
	
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
}