

@media print {
  .noprint { display: none; }
}




  @media print {
    body { font-size: 11pt }
  }

  @media screen, print {
    body { line-height: 1.2 }
  }


/*

 * img {
    height: 0;
    width: 0;
    position: absolute;
  }

*/