@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */s
	padding: 0;
	color: #FFF;
	background-color:#000;
	font-family: Papyrus;
}
.Foodname {
	font-size: 18px;
	font-weight: bold;
	color: #090;
}
.headz {
	font-size: 24px;
	color: #CCC;
	text-decoration: underline;
}
maintitle {
	font-size: 24px;
}
.maintitle {
	font-size: 24px;
}
s
