@media print{
body{
margin:0;
padding:0;
background-color: #ffffff;
}
.messfact {
display: none;
  }
}
@page {
size: portait;
margin: 1cm;
}