/**
* Print Stylesheet for Vertaalwerk.de
* @version         1.0
* @lastmodified    19.08.2021
*/



@media print {

h1 {font-size:16px; font-family: Courier, serif;}
h2 {font-size:14px; font-family: Courier, serif;}
h3, h4 {font-size:13px; font-family: Courier, serif;}
p, ul, table {font-size:10pt; font-family: Courier, serif;} 

.positioned {position:static;}

#nav {display:none;}   
img {display: none;}         
}
