body { background: #F8F8ED; color: #4a5500; }
p { background: #F8F8ED; color: #4a5500; font-size: 100%;}
pre { background: #F8F8ED; color: #4a5500; }
h1 {
   border-bottom: 1px solid brown;
   border-top: 1px solid brown;
   font-size: 100%; font-style: normal; font-weight: normal;
   }
h3 {
   border-bottom: 1px solid gray;
   border-top: 1px solid gray;
   font-size: 100%; font-style: normal; font-weight: BOLD;
   }
h4 {
   border-bottom: 1px solid gray;
   border-top: 1px solid gray;
   font-size: 100%; background: #d5dd6c; font-style: normal;
   font-weight: bold;
   }
h5 {
   border-bottom: 1px solid gray;
   font-size: 100%; background: rgb(231, 236, 170); text-align: left;
   font-style: normal; font-weight: bold;
   }
h6 {
   border-bottom: 1px solid gray;
   font-size: 100%; background: rgb(231, 236, 170); text-align: right;
   font-style: normal; font-weight: bold;
   }

