
body {
   background: white;
   font-size: 12pt;
   }
#nav {
   display: none;
   }
   
#page {
   background: transparent none;
   background-image: none;
   }
  
#column, #content {
   color: black;
   background: transparent none;
   background-image: none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }