body {
   background: white;
   font: 12pt arial, helvetica, sans-serif;
   }
   
h2, h3, h4, h5, h6 {
font-size: 12pt;
}

#wrapper {
background: white;
border: 1px solid #f2f2cd;
}
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   }
   
   a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: normal;
   text-decoration: none;
   }
   
   #nav {
   display: none;
   }

/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.afterchaos.com" attr(href) ") ";
   }*/
   
   pre {
font-style: normal;
}
   
