p { margin:0 !important;}
h1, h2, h3, h4, h5, h6 {}

@page {
size: A4;
margin: 0;
}
@media print {
html, body {
width: 210mm;
height: 297mm;
}
/* ... the rest of the rules ... */
}