a:link {
	color: #000000;
	text-decoration: none;
	
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a.menu:link {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #714220;
	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}