@media print {
  body { 
    color : #000000; 
    background : #ffffff; 
    font-size : 12pt;  
    float: none;
  }
  a { 
    text-decoration : underline; 
    color : #0000ff; 
  }
    #navigation, #advertising, #other { 
    display : none; 
  } 
    .content_iframe,.noprint {display : none;
  } 
}

/*body {visibility:hidden;
  page-break-inside: auto; | avoid | inherit 
  page-break-after: auto; | always | avoid | left | right | inherit 
  page-break-before: auto: | always | avoid | left | right | inherit }
   .print {visibility:visible;}*/ 
