@page {margin: 1cm 1cm 1cm 1.5cm}

/* make all colors black and white*/
* {color:black !Important; background:white !Important}

/* general elements*/
pre { font-family: monospace; }
a {text-decoration:none;}
p { font-size:100%;}
img{page-break-before:avoid;}

/* headers, plain */
h1 {font-size: 140%; clear: left; }
h2 {font-size: 130%; }
h3 {font-size: 120%;}
h4 {font-size: 110%;}

h1, h2, h3, h4 { page-break-after:avoid;}

/* elements to hide for print*/
.navigation {display:none;}