body {
   background: white;
   font-family:"Times New Roman", Times, serif;
   font-size: 12pt;
   }
#header, #contentleft {
   display: none;
   }
  
#frame, #contentcenter {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#contentcenter {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #333;
   }

div#header img {
   vertical-align: bottom;
   }
   
div#header p {
   display:none;
   }  
    
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#footer a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
 div#footer img {
   display:none;
   }  

