body {
   background: white;
   font-size: 12pt
   }
#left {
   display: none;
   }
#right {
   display: none;
   }
div.css {
   display: none;
   }
#header {
   display: none;
   }
#footer {
   display: none;
   }
p.t2 {
   display: none;
   }
#center {
   width: 99%;
   margin: 8px !important;
   padding: 8px !important;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none
   }
.col {
   margin: 0
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   text-decoration: underline;
   }
#center a:link:after, #center a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#center a[href^="/"]:after {
   content: " (http://brentsplace.info/" attr(href) ") ";
   }