html, page {  
     color: black; 
     background: white;
     margin-left: 1.5cm;  
     margin-right: 1.5cm;  
     margin-top: 2cm;  
     margin-bottom: 2cm;
    }
    
.page, #footerimage { display: none; }   
  
.printpage, .menutitle, .text, .start_aboutus_head, .start_aboutus {
   display: block;
   }
   
 h1, h2, h3, h4, h5, h6  {page-break-after: avoid;} 
 a:link, a:visited, a:hover, a:active {text-decoration: underline; color: black;}  
 a:after {content: " [" attr(href) "] ";} 
 
