/**/ /* Semantic structure of the document: h1: entire book h2: major division header - Introduction, Chapters, Appendices h3: sections within major divisions h4: sub-categories within each contry in Appendix A */ body { color: black; background: white; margin-left: 10%; margin-right: 10%; font-family: "Times New Roman", serif; text-align: justify } h1 { text-align: left; clear: both; padding: 1em 0; font-size: 4.5em; font-weight: bold; margin-bottom: 2em } h2 { text-align: center; clear: both; font-size: 1.3em; font-weight: bold; font-style: italic } h3 { text-align: left; margin: 0; clear: both; font-size: 1.1em; font-weight: bold } h5 { font-size: 1.1em; font-weight: bold; margin: 0; text-align: center; clear: both } h4 { text-align: left; clear: both; margin: 0; font-size: 1em; font-weight: bold } p.chaptertitle { text-align: center; clear: both; font-size: 1.7em; font-weight: bold } p { margin-top: 0.51em; margin-bottom: 0.49em; text-align: justify } p.center { text-align: center } /* boxes to format the title page to resemble the original. */ /* the title is formatted with h1 */ #subtitlebox { text-align: center; font-size: 1.8em; font-weight: bold } #actbox { text-align: center; font-size: 1.8em; font-weight: bold; margin: 1em } #starbox { text-align: center; font-size: 1.5em; margin: 1em } #reportbox { text-align: center; font-size: 1.8em; font-weight: bold; margin-top: 4em } #datebox { text-align: center; font-size: 1.4em; margin: 1em } #transmittal { font-variant: small-caps; font-style: normal; font-weight: bold } /* horizontal rules */ /* Use hr.tb for thought breaks. Use hr.chapter between contents,chapters, tables, and appendices. Use hr.footnote ahead of footnotes in the text, not in tables. */ /* Horizontal rules for thought breaks and chapters are to be centered. To be sure this works after conversion to epub, margin-left and margin-right are defined explicitly. */ hr { margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto; clear: both } hr.tb { width: 50%; margin-left: 25%; margin-right: 25% } hr.chapter { width: 70%; margin-left: 15%; margin-right: 15% } hr.footnote { width: 20%; margin-left: 0; margin-right: 80% } ul { list-style-position: inside; list-style-type: disc } ul.nobullets { list-style-type: none } ul.nopadding { padding-left: 0 } ul.outside { list-style-position: outside } ol { list-style-position: inside } ol.nopadding { padding-left: 0 } .squeeze { margin-top: 0; margin-bottom: 0 } /* There are numerous blockquotes throughout the document that are small font and left-indented. There is one quote at the beginning of chapter I that is full size and is indented both left and right. */ blockquote { font-size: small; margin-left: 5%; margin-right: 0 } blockquote.chapterquote { font-size: 100%; margin-right: 10% } /* Tables have summary attributes even though this is considered obsolete in HTML 5. */ table.avg { width: 70%; margin-left: auto; margin-right: auto; font-size: small; border-collapse: collapse } table.wide { width: 95%; margin-left: auto; margin-right: auto; font-size: small; border-collapse: collapse } table.narrow { width: 40%; /* MDAC employees, p.57 */ margin-left: auto; margin-right: auto; font-size: medium; border-collapse: collapse } table.toc { width: 90%; margin-left: auto; margin-right: auto } @media all { /* was @media handheld */ table { width: 100% } } th { font-weight: normal; text-align: center; vertical-align: top; border: 1px solid } td { text-align: right; vertical-align: top; padding-top: 0; padding-bottom: 0 } th.topalign { vertical-align: top } td.topalign { vertical-align: top } th.middle { vertical-align: middle } td.middle { vertical-align: middle } .tdl { text-align: left } .tdr { text-align: right } .tdc { text-align: center } .full { border: 1px solid black } .no-left { border-left: none } .no-right { border-right: none } .no-top { border-top: none; border-bottom: 1px solid black; border-left: 1px solid black; border-right: 1px solid black } .no-bottom { border-bottom: none } .sides { border-top: none; border-bottom: none; border-left: 1px solid black; border-right: 1px solid black } .bottom-only { border-top: none; border-left: none; border-right: none; border-bottom: 1px solid black } .noborder { border: none } .double-bottom { border-top: none; border-bottom: 4px double black; border-collapse: separate } .indent0 { border: none; text-align: left } .indent1 { border: none; text-align: left; text-indent: 1em } .indent2 { border: none; text-align: left; text-indent: 2em } .bold { font-weight: bold } .normalweight { font-weight: normal } #bigrightbrace { font-size: 3em } #bigleftbrace { font-size: 2em } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .center { text-align: center } .right { text-align: right } .smcap { font-variant: small-caps } /* Images (figright used for the signature; others are centered) */ .figcenter { margin: auto; text-align: center } .figright { clear: right; margin-left: 1em; margin-bottom: 1em; margin-top: 1em; margin-right: 0; padding: 0; text-align: center } /* Footnotes and Table Notes*/ .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .fnanchor { vertical-align: super; font-size: 0.8em; text-decoration: none } .tablenote { font-size: small; text-indent: 1em; margin: 0 } /* Transcriber's notes */ .transnote { background-color: #E6E6FA; color: black; font-size: smaller; padding: 0.5em; font-family: sans-serif, serif } .break { page-break-before: always } /**/