body {
	margin-top: 20px;
	margin-left: 60px;
background-color: #000000;

}
a, a:visited {
	color: #888888;
}
a:hover {
	color: #FFFFFF;
}
div {
	font-size: 11px;
	font-family: Verdana, Arial;
color: #FFFFFF;

}
div#main {
	align: center;
	width: 800px;
	height: 600px;
}
table#facts, table#maintext, table#diet {
	font-size: 11px;
	font-family: Verdana, Arial;
color: #FFFFFF;

}
ol#mainmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 22px;
	width: 100%;
	overflow: hidden;
}

ol#mainmenu li {
	position: relative;
	float: left;
	padding-top: 0px;
	height: 18px;
	background: url(../images/sep.gif) no-repeat center right;
}

ol#mainmenu a {
	color: #888888;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}

ol#mainmenu a:hover {
	color: #FFFFFF;
}

ol#mainmenu li.last {
	background: color: #000000;
}
.required {
	color: red;
}