body {
   background: white;
   font-size: 12pt;
   }

#header, #side, #top, #foot {
   display: none;
   }

#header {
   display: block;
   }
   
#accessoriesDiv, #featuresDiv, #descriptorDiv {
   visibility: visible!important;
   height: auto !important; 
   opacity: 1 !important; 
   display: block !important; 
   page-break-before: always;
   }

   
#body {
   width: 80%;
   margin: 0 5%;
   padding: 0%;
   border: 0px none;
   float: none !important;
   color: black;
   background: white;
   }


a:link, a:visited {
   color: #0052A3;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
div.page {
   height: 90%;
   margin: 5% 0%;
   }