
/* file name: print.css */

body {
color : #000000;
background : #ffffff;
font-family : "Times New Roman", Times, serif; /* op scherm non-serif beter leesbaar */
font-size : 12pt;
}

a {
text-decoration : underline;
color : #0000ff;/* op een kleurenprinter beter te herkennen als hyperlink*/
}

.nav {
display : none;
} 

p.chaptitle,p.booktitle,p.toctitle {
color : #000000;
font-family : "Times New Roman", Times, serif;
font-size : 14pt;
font-weight: bold;
}

div.header, div.footer, div.chapter
{
width: 98%;
color: #000000;
font-size: small;
background-color: #ffffff;
float: left;
clear: both;
border-style: solid;
border-width: 1px;
border-color: #000000;

}


h1.header, h1.footer, h1.chapter
{
font-size: 130%;
font-weight: bold;
padding: 2px;
float: left;
clear: left;
display: inline;
}

p.footer, p.header, p.chapter {
font-size: small;
color: #000000;
float: right;
}
