
BODY, table {
	margin: 3em;
 	background-color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10pt;
 	color: #000000;
        margin-left: 20%; 
        margin-right: 20%;
}

A:link { color: #0000FF; }
A:visited { color: purple; }
A:hover { color: #00CCFF; }
A:active { color: #FF0000; }

div.menu {
        background: lavender;
     	padding: 1.5em;
    	border: none;
        line-height: 160%;
}

img.camera {
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}

img {
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

div.menu1 {
    	float: left;
        width: 50%;

}

div.menu2 {
        float: right;
        width: 50%;
}

div.index {
        background: lavender;
     	padding: 1.5em;
    	border: none;
        line-height: 160%;
}

div.index1 ul {
        margin-left: 1.5em; 
        padding-left: 0;
}

div.index2 ul {
        margin-left: 1.5em; 
        padding-left: 0;
}

div.index3 ul {
        margin-left: 1.5em; 
        padding-left: 0;
}

div.index4 ul {
        margin-left: 1.5em; 
        padding-left: 0;
}

div.index1 {
    	float: left;
        width: 25%;

}

div.index2 {
	float: left;
        width: 25%;
}

div.index3 {
	float: left;
        width: 25%;
}

div.index4 {
        float: right;
        width: 25%;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

div.menu li {
        list-style-type: none;
}

P.recipe A {
        font-family: Verdana, sans-serif;
        font-size: 14pt;
        margin-top: 1em;
	text-align: left;
	text-transform: capitalize;
        font-weight: bold;
}

P.recipe A:visited { color: black; }
P.recipe A:hover { color: black; }
P.recipe A:active { color: black; }

P.rowmenu {
	word-spacing: 1.19em;
}

P.info {
        width: 25%;
        text-align: left;
        float: right;
        background: lavender;
     	padding-top: 0em;
     	padding-bottom: 1em;
     	padding-left: 1em;
     	padding-right: 1em;
}

P.info2 {
        width: 25%;
        text-align: left;
        float: right;
        clear: right;
        background: purple;
     	padding-top: 0em;
     	padding-bottom: 1em;
     	padding-left: 1em;
     	padding-right: 1em;
}

P.nutrition {
        text-align: left;
        background: lavender;
     	padding: 0.5em;
/*        border: solid purple; */
}

H1 {
        font-family: Verdana, sans-serif;
	text-align: center;
        margin-left: -8%;
}

H2 {
        font-family: Helvetica, sans-serif;
        font-size: 14pt;
	text-align: left;
        margin-top: 1em;
        margin-bottom: 0em;
	text-transform: capitalize;
        font-weight: bold;
}

H3 {
        font-size: 12pt;
        margin-bottom: 0.25em;
        font-weight: bold;
        text-transform: capitalize;
}

H4 {
        font-size: 10pt;
        margin-bottom: 0;
        font-weight: bold;
        text-transform: capitalize;
        line-height: 90%;
}

H5 {
        display: none;
}

P.recipe {
        margin-top: 4em;
}



P.note {
        font-style: italic;
}

UL {
/*        list-style-type: none */
/*	word-spacing: 0.2em; */
/*        margin-left: -4%; */
}

