a {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #9932CC;
	font-weight: bolder;
}


