.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E3F15;
	font-weight: bold;
	text-align: left;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #6E3F15;
	text-decoration: none;
}
a:visited {
	color: #6E3F15;
	text-decoration: none;
}
a:hover {
	color: #FCA600;
}
a:active {
	color: #6E3F15;
	text-decoration: none;
}
