body {
	background-color: #FEF6FF;
}

.oops {float: right; color: red; margin-right:90%;}

div.foodentry {
 margin-left: 150px;
}
div.foodentry ul {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
 }
div.foodentry li { text-indent: -8px; }
div.foodentry p {
        font-weight: bold;
        list-style-type: none;
        color: #333366;
        padding-top: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
#food {
	position:absolute;
	width:467px;
	height:521px;
	z-index:3;
	left: 158px;
	top: 6px;
	visibility: visible;
}
#Picker {
	position:fixed;
	left:33px;
	top:209px;
	width:94px;
	height:243px;
	z-index:2;
	cursor:pointer;cursor:hand;
	visibility: visible;
}
#Pat {
	position:fixed;
	left:15px;
	top:21px;
	width:121px;
	height:157px;
	z-index:1;
	visibility: visible;
}
#Year {
	position:absolute;
	left:9px;
	top:266px;
	width:131px;
	height:39px;
	z-index:14;
	visibility: visible;
}
.patcap {
	margin-top: -10px;
}
.col1 {
	margin-left: 10px;
}
.col2 {
	margin-left: 150px;
}
