//Scratch N Sniff css


body
{
 
}

h1,h2,h3,h4,h5,h6
{ 
  font-family: "arial black", 'sans serif';
  color: 8B4513;
}

p,table,address,body,li
{
  font-family: "arial", 'sans serif';
  font-size: 10pt;
}

ul
{ 
  list-style-image: url('listpaw.gif');
 }

a:link { color: 8B4513;}
a:visited {color: 8B4513;}
a:active { color: FF0000;}
a:hover { color: FF0000;}
a:link.standout { color: 9999FF;}

#mainbox { 
  top: 160px;
  width: 900px;
  font-family: "arial", 'sans serif';
  border: none;
  padding-left: 100px;
 }

#header { 
  width: 900px;
  border: none;
  padding-left: 100px;
  text-align: center;
} 

#footer { 
  position: absolute;
  top: 1134px;
  left: 0ps;
  width: 100%;
  height: 30px;
  font-family: "arial", 'sans serif';
  text-align: center;
 }



.recipe { 
  color: 000000;
  background-color: DBC593;
  border: solid black;
  border-width: 2px;
  white-space: pre;
  padding: 5px;
}

p.warning { 
  border: solid black;
  border-width: 2px;
  padding: 5px;
 }
