.menuitems {
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;

}
.menuitems:link {
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;

}
.menuitems:visited {
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;

}
body {
	background-color: #B4A05B;
}
a {
	color: #333333;
	text-decoration: none;
}

