




h1, div#header, div#sidebar, div#footer { display: none; background-image: none}
h3 { page-break-before: always; }
* { -webkit-print-color-adjust: exact; }
a:after {content:" <" attr(href) ">";}
a[href^=http]:after {content:" <" attr(href) ">";}



@media print  {
header { background: none; color: #000; }
header img { filter: url(inverse.svg#negative);
-webkit-filter: invert(100%); filter: invert(100%); }
}

<!--[if IE 9]>
      <style>
      @media print { 
            header:after { content:""; display: block;
   height: 1px; width: 1px; position: absolute; top: 100px; right: 100px; 
   outline: 100px solid invert; } 
      }
      </style>
   <![endif]-->
   
 <svg xmlns="http://www.w3.org/2000/svg"> 
      <filter id="negative"> 
            <feColorMatrix values="-1  0 0 0 1 
                                    0 -1 0 0 1 
                                    0 0 -1 0 1 
                                    0 0 0 1 0" /> 
        </filter> 
      </svg>