@page{ margin: 5pt; } @font-face { font-family: "Charis"; font-style: normal; font-weight: normal; src:url(../Fonts/CharisSILR.ttf); } @font-face { font-family: "Charis"; font-style: normal; font-weight: bold; src:url(../Fonts/CharisSILB.ttf); } @font-face { font-family: "Charis"; font-style: italic; font-weight: normal; src:url(../Fonts/CharisSILI.ttf); } @font-face { font-family: "Charis"; font-style: italic; font-weight: bold; src:url(../Fonts/CharisSILBI.ttf); } body { font-size: 1em; line-height: 1.2em; margin-top: 1em; margin-left: 1em; margin-right: 2em; font-family: "Charis"; } div.cover { } /* ===================== Added Styles ===================== */ a.hlink { text-decoration: none; } a { text-decoration: none; } p { margin-top: 0.3em; margin-bottom: 0.3em; } img { max-height:100%; max-width:100%; } div.titlepage { margin-top: 2em; } sup { vertical-align: 4px; } sup.frac, sub.frac { font-size: 0.7em; } .Chapter_head{ text-align: center; font-weight: bold; font-size: 1.5em; margin-top: 2em; margin-bottom: 2em; } .Body_indent{ text-align: justify; font-size: 1em; text-indent: 1em; } .Body_noindent{ text-align: justify; font-size: 1em; text-indent: 0em; } .Body_break_noindent{ text-align: justify; font-size: 1em; text-indent: 0em; margin-top: 1em; } .Image{ text-align: center; margin-top: 1em; margin-bottom: 1em; } .Dedication{ text-align: center; font-style: italic; font-size: 1.2em; margin-top: 3em; } p.Copyright{ font-size: 0.8em; margin-top: 1em; text-align: center; } p.toc{ text-align: left; margin-top: 0.3em; margin-bottom: 0.3em; } p.pagebreak{ page-break-before:always; }