body { 
   /* background-color: #f8f7f0; */
   background-color: #f5f3ea; 
   margin: 1.25em 7%; 
   font: 98% Georgia, serif; 
   /* text-align: justify; */
}

h1, h2, h3 { 
   font-family: Tahoma, sans-serif; 
   font-weight: normal; 
}

h1 { font-size: 1.85em; }

h1, div.content {
   border: 1px solid #bba; 
   background-color: #fff; 
}

h1 { padding: 0.25em 1em; }
div.content { 
   padding: 1em 2.5em; 
   margin-bottom: 1em; 
}

div.content > pre { 
   margin-left: 1em; 
   margin-right: 2em; 
   padding: 0.75em 1em; 
   border: 1px solid #ddc; 
}

blockquote pre { font-family: "Palatino Linotype", Georgia, serif; }

