

body { 
 	background-color: #F3F781; 
	background-image: lrock002-maize.jpg;
	color: #3E0505; 
 	font-family: Verdana, Arial, sans-serif; 
 	margin-top: 2%;
	margin-left: 5%; 
 	margin-right: 5%; 
 } 

a {
  color: #008080;
 }

a.navbar { 
 	color: #008080; 
 	font-weight: bold; 
 }

figcaption.piccap {
 font-size: 50%;
 font-face: italic;
 }
 
table { 
 	width: 100%; 
 	background-color: #98AFC7; 
 }

h1 {
  text-align: center;
	font-weight: bold;
 }

h1.subheading {
 font-size: 75%;
 }
 
h2.subtitle {
  text-align: center;
	font-style: italic;
	font-size: 75%;
 }

h3 { 
 	text-align: center; 
 }

h3.link {
  text-align: left;
	}

td { 
 	text-align: center; 
 }
 
table.header { 
 width: 95%;
 text-align: center;
 padding: 8;
 }
 
table.contact {
 text-align: left;
 width: 70%;
 }

p.recipe {
 font-weight: bold;
 font-size: 150%;
 text-align: center;
 }
 
p.subrecipe {
 font-weight: bold;
 font-size: 125%;
 text-align: center;
 }
 
td.title {
 font-family: Futura Bold, Arial Black, sans-serif;
 }

td.navbar {
 font-face: bold;
 }
 
td.npc {
 padding: 2 5;
 vertical-align: top;
 }
 
tr.top {
 background-color: #C8B560;
 font-weight: bold;
 }

tr.light {
 background-color: #FFF8C6;
 }
 
tr.dark {
 background-color: #ECE5B6;
 }
 
img.banner {
 max-width: 100%;
 max-height: 100%;
 display: block;
 margin-left: auto;
 margin-right: auto;
 }