/* print stylesheet */

body {
   background: #fff;
   font-size: 10pt;
   }
h4 {
   display: none;
   }
#banner, #leftcontent, #rightcontent, #bar {
   display: none;
   }
#centrecontent {
   width: auto;
   margin: 2% 5%;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   background: transparent;
   font-weight: bold;
   }

