body {
     font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
     font-size: small;
     background-color: #dcdcdc;
     }

#allcontent {
     width: 550px;
     min-height: 700px;
     margin-left: auto;
     margin-right: auto;
     background-color: #fff8dc;
   }

#main {
     background-color: #fff8dc;
     padding: 10px;
     margin: 15px 15px 15px 15px;
   }

h1 {
     color: #fff8dc;
     font-size: 180%;
     font-style: italic;
     text-align: center;
     background-color: #8b0000;
     padding: 20px 0px;
     margin: 0px 0px 0px 0px;
     border: #8b0000 dotted 1px;
   }

h1#category {
     color: #8b0000;
     background-color: #fff8dc;
     float: right;
     width: 130px;
     margin: 0px;
     border: #8b0000 dotted 1px;
   }
   
#footer {
     color: #708090;
     background-color: #fff8dc;
     font-size: 80%;
     padding: 5px 0px 5px 20px;
     margin: 0px;
     }

h2.entrytitle {
     color: #8b0000;
     font-size: 150%;
     border-bottom: dotted #8b0000 3px;
   }

h2.date {
     color: #708090;
     font-size: 80%;
   }

.recipe h2 {
     font-size: 120%;
     border-bottom: dotted gray 1px;
     margin: 30px 0px 0px 0px
   }

.recipe em {
     color: #708090;
     font-style: italic;
   }

.shoppinglist {
     background-color: #fff8dc;
     padding: 10px 40px 10px 40px;
     margin: 15px 15px 15px 15px;
     width: 250px;
   }

.shoppinglist h2 {
     font-size: 100%;
   }

.shoppinglist table {
     border: none;
   }

.shoppinglist td {
     border-bottom: dotted gray 1px;
     width: 250px;
     text-align: left;
     font-size: small;
     font-weight: normal;
     padding: 0px;
   }
