/* Cookbook Style Sheet */

/* Layout Blocks */
body { 
  background: #eeeedd;
  color: black;
  font-family: sans-serif;
  /* font-size: 14px; */
  margin-left: 1em; 
  margin-right: 1em; 
  line-height: 130%;
}

/* Text Styles */
.marginalia {
  font-family: serif;
  font-size: 110%;
}

.note {
  font-family: sans-serif;
  font-size: 80%;
  color: #553322;
}

/* Text Blocks */
p { 
  font-family: sans-serif;
  margin-top: 0;
  margin-bottom: 0.75em;
}

p.note { 
  margin-left: 12px; 
  text-indent: -12px;
}

h1 { 
  font-family: serif;
  color: #993300;
  font-size: 200%;
  margin-top: 0.75em;
  margin-bottom: 0px;
}

h2 { 
  font-family: serif;
  color: #993300;
  font-size: 120%;
  margin-top: 0.75em;
  margin-bottom: 0;
}

h3 { 
  font-family: serif;
  color: #993300;
  font-size: 100%;
  margin-top: 0.75em;
  margin-bottom: 0;
}

h4,h5,h6 { 
  font-family: serif;
  color: #993300;
  font-size: 100%;
  margin-top: 0.75em;
  margin-bottom: 0;
}
