@charset "utf-8"; @namespace h "http://www.w3.org/1999/xhtml"; @page { margin-top: 5pt; margin-left: 0; margin-right: 0; margin-bottom: 5pt; } body { display: block; font-size: 0.9em; text-align: left; hyphens: none; } p.indent, p.nonindent { display: block; text-align: justify; text-indent: 0; font-style: normal; line-height: 1.2em; margin: 0.3em 0 0.3em 0; hyphens: auto; -hyphenate-limit-chars: 6 3 3; -hyphenate-limit-lines: 2; -hyphenate-limit-last: always; -hyphenate-limit-zone: 8%; } p.indent { text-indent: 1.5em; } p.nonindent { margin-right: 0; } a { color: blue; text-decoration: none; cursor: pointer; } a:hover { color: red; } h1, h2 { page-break-after: avoid; -webkit-hyphenate-lines: 0 !important; -webkit-hyphens: none !important; -adobe-hyphenate: none !important; -moz-hyphens: none !important; hyphens: none !important; color: #000; /*This color "black" will apply to all heads unless a color is applied to a class */ }