 @media print
    {
       @page {
         margin-top: 0;
         margin-bottom: 0;
       }
    }
@media print {
        /* style sheet for print goes here */
        .hide-from-printer{  display:none; }
    }