body {
   background: white;
   font-size: 11pt;
   
   }
#wrapper, #content, #container {
   width: 100%;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   font-size: 11pt;
   }
a:link, a:visited {
   color:  black;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
.noprint {
    display: none ;
}
.print {
    display: block ;
}
