

@media print {
 
#content, #page {
width: 100%; 
margin: 0; 
//float: none;
}
         
@page { margin: 0cm }


body {
font: 13pt Georgia, "Times New Roman", Times, serif;
line-height: 1.0;
background: #fff !important;
color: #000;
}

td {
 white-space: nowrap;
}
    
#heading {
display: none;
}
    
#footer {
display: none;
}


    
}