a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: yellow;
	text-decoration: no-underline;
}	
