h1, h2, h3, h4, h5, h6 { margin-left: 0px; font-family: "Times New Roman", Times, serif; page-break-after: avoid; page-break-inside: avoid; } .book_summary { margin-left: -40px; text-align: center; margin-bottom: 120px; } .book_chapter { page-break-before: always; } body { margin-left: 50px; margin-right: 10px; color: #000000; background-color: #FFFFFF; font-family: "Times New Roman", Times, serif; font-size: 1em; font-weight: normal; text-decoration: none; } /* link rewriting for mozilla - collides with filters :-( */ /* a[href^="http://"]:after, a[href^="ftp://"]:after { content: " ["attr(href)"]"; } */ /* just some hack - ignore user defined */ font { color: #000000; background-color: #EEEEEE; font-family: "Times New Roman", Times, serif; font-size: 1em; font-weight: normal; text-decoration: none; } /* ===== TOC numbering styles ===== */ /* numbering == NONE */ .book_toc_none { page-break-before: always; } .book_toc_none ul { margin-left: 0px; padding-left: 0px; } .book_toc_none ul ul { margin-left: 0px; padding-left: 0px; } .book_toc_none li { margin-top: 10px; list-style: none; } .book_toc_none li li { margin-top: 0px; list-style: none; } /* numbering == NUMBERED */ .book_toc_numbered { page-break-before: always; } .book_toc_numbered ul { margin-left: 0px; padding-left: 0px; } .book_toc_numbered ul ul { margin-left: 0px; padding-left: 0px; } .book_toc_numbered li { margin-top: 10px; list-style: none; } .book_toc_numbered li li { margin-top: 0px; list-style: none; } /* numbering == BULLETS */ .book_toc_bullets { page-break-before: always; } .book_toc_bullets ul { margin-left: 0px; padding-left: 0px; } .book_toc_bullets ul ul { margin-left: 20px; padding-left: 0px; } .book_toc_bullets li { margin-top: 10px; list-style: none; } .book_toc_bullets li li { margin-top: 0px; list-style: circle; } /* numbering == INDENTED */ .book_toc_indented { page-break-before: always; } .book_toc_indented ul { margin-left: 0px; padding-left: 0px; } .book_toc_indented ul ul { margin-left: 20px; padding-left: 0px; } .book_toc_indented li { margin-top: 10px; list-style: none; } .book_toc_indented li li { margin-top: 0px; list-style: none; } /* Print dialog link icon */ .book_print_icon { padding-left: 0; padding-right: 3px; height: 16px; vertical-align: text-bottom; width: 16px; border-width: 0; } /* Exclude elements from printing */ @media print { .book_no_print { display: none; } }