html, body {
width:100%; 
height:100%; 
}
body {
  font-family:'Bookman Old Style',serif;
  background-color:#D1B5A6;
  font-weight:500;
	 font-size:12pt;
  }

h1 {
	font-size:48pt;
  font-weight:500;
  color: #000;
	padding: 10px;
  }
h2 {
  font-size: 30pt;
  font-weight:500;
  color: #000;
	padding: 0 0 10px 10px;	
  }
h3 {
  font-size: 24pt;
  font-weight:500;
  color: #000;
	padding: 0 0 5px 0;	
	}

a {
   color: #000;
  }
#header {
  width:100%; 
  border-bottom: 2px solid #000;
	padding:10px;  
  }
#header a{
text-decoration: none;
}
p {
	margin: 5px;
	}
#wrapper {
 padding: 20px;
 font-weight:500;
 line-height:1.2;
 }
#ingredients {
clear: both;
float: left;
width: 60%;
}
#ingredients ul {
 list-style-type:none;
}
#ingredients ul span{
 font-style:italic;
  line-height:2;
 }

#method {
clear: both;
float: left;
width: 60%;
}
#method ol {
  list-style-type:none;
}
#method li {
margin-bottom: 5px;

}
#footer {
 clear: both;
 height: 10px;
 font-size: 6pt;
 text-align: left;
 margin-left: 10px;
}
