/* Stylesheet for EBooks. * Based on the dutch 'Visial Improved' version. * For 'normal' display. */ * { font-family: "Bookman", "Serif"; font-size: 14pt; line-height: 130%; } /* h1 : boek (book) */ h1 { text-align: center; font-size: 200%; font-weight: bold; margin-left: .5em; margin-right: .5em; } /* h2 : deel (section) */ h2 { font-size: 200%; text-align: center; margin-left: .5em; margin-right: .5em; } /* h3 : hoofdstuk (chapter) */ h3 { font-size: 140%; text-align: left; font-weight: bold; margin-left: .5em; margin-right: .5em; } /* Alinea's */ p { margin: 0pt .5em 0pt .5em; text-indent: 1em; } /* Eerste alinea van een sectie */ p.noindent { margin: 4ex 0.5em 0pt 0.5em; text-indent: 0em; } /* Kopjes */ span.large { font-size: larger; font-weight: bold; } /* Tekst-attributen: cursief */ span.italic { font-style: italic } /* Tekst-attributen: vet */ span.bold { font-weight: bold } /* eliminate div margins */ div { margin: 0px 0px 0px 0px; }