a {
	color: rgb(102, 102, 0);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: rgb(255, 153, 0);
	color: rgb(102, 102, 0);
	font-weight: bold;
	text-decoration: underline;
}