body {
   background: white;
font-family : "Trebuchet MS", Tahoma, Helvetica, sans-serif;
        font-size: 15pt;
   margin-left: 10px; margin-right: 10px;
   }
.blog {
          padding-left:6px;
          padding-top:6px;
          padding-right:6px;
        border-left:2px solid #800000                   
        }   
   
    .blogbody {
        color: #330000;
        font-size:16px;
        font-weight:normal;
          background: white;
          line-height:20px;       
          padding:8px;
        }   
   
    .title    {
        font-size: 18px;
        color: #993300;
        text-transform: uppercase;
        font-weight:bold;
        text-align:center;
                text-decoration:none
        }           
#menu {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border-left: 2px solid #800000;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
     border-left: 2px solid #800000;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
     }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

 blockquote { 
             font-size: 12px; line-height: 140%; margin-left: 20px; margin-right: 10px; padding: 10px; border-right:1px dotted #800000; border-left:1px dotted #800000; border-bottom:1px dotted #800000; border-top:1px dotted #800000; 
    }



