/* CSS Document *//* ---------- HEADERS ---------- *//* green - page header */h1 {	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";	font-size: 35px;	font-weight: normal;	color: #7FC31C;	margin: 7px 0px 35px 0px;}/* black - food names */h2 {	font-family: Eurostile, "Lucida Grande", Helvetica;	font-size: 17px;	font-weight: bold;	color: #000;	margin: 0px;	display: inline;}/* red - sub food names */h3 {	font-family: Eurostile, "Lucida Grande", Helvetica;	font-size: 17px;	font-weight: bold;	color: #CC0000;	margin: 0px;	display: inline;}/* ---------- PARAGRAPHS AND GENERAL TEXT ---------- */p {	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";	font-size: 14px;	line-height: 19px;	color: #000;	margin: 0px;}/* ---------- SMALL PRINT ---------- */.smallprint {	font-size: 12px;	line-height: 15px;	color: #55368A;}