/* ==================== RH Styles ===================== */ p.crt { text-align: center; } h1.prologue { font-size: 1em; text-align: center; font-weight: bold; margin-top: 3em; margin-bottom: 0.5em; color: #616266; } h1.epilogue { font-size: 1em; text-align: center; font-weight: bold; margin-top: 3em; margin-bottom: 0.5em; color: #616266; } h1.chapter { font-size: 1em; text-align: center; font-weight: bold; margin-top: 3em; margin-bottom: 0.5em; color: #616266; } h1.subchapter { font-size: 1.3em; text-align: center; font-weight: normal; margin-top: 0.5em; margin-bottom: 3em; } h1.contents { color: #616266; font-size: 1em; text-align: center; font-weight: bold; margin-top: 3em; margin-bottom: 0.5em; } h1.abouttheauthor { color: #616266; font-size: 1em; text-align: center; font-weight: bold; margin-top: 3em; margin-bottom: 0.5em; } h1.acknowledgments { color: #616266; font-size: 1em; text-align: center; font-weight: bold; margin-top: 3em; margin-bottom: 0.5em; } h1.notes { color: #616266; font-size: 1em; text-align: center; font-weight: bold; margin-top: 3em; margin-bottom: 0.5em; } div.chapter, div.preface, div.copyright, div.dedication, div.contents, div.epigraph, div.prologue, div.part, div.acknowledgments, div.epilogue, div.notes { text-align: justify; } p.border { border-top: 1px double; margin-left: 40%; margin-right: 40%; } div.note { text-align: center; font-size: medium; margin-bottom: 0.5em; margin-top: 1em; } div.note1 { text-align: center; font-size: medium; margin-bottom: 0.5em; margin-top: 3em; } span.color { color: #616266; } .squeeze86 {width:86%;} div.block { font-size: small; margin-left: 1.5em; margin-right: 0em; text-align:justify; margin-top: 1em; margin-bottom: 1em; } .custom_list > p { margin-bottom:0.5em; text-align:justify; } @font-face { font-family:FreeFontSerif; font-style:normal; font-weight:normal; src:url(fonts/FreeSerif.otf); } @font-face { font-family:FreeFontSerif; font-style:normal; font-weight:bold; src:url(fonts/FreeSerifBold.otf); } @font-face { font-family:FreeFontSerif; font-style:italic; font-weight:normal; src:url(fonts/FreeSerifItalic.otf); } @font-face { font-family:FreeFontSerif; font-style:italic; font-weight:bold; src:url(fonts/FreeSerifBoldItalic.otf); } /* --------------- free font sans --------------- */ @font-face { font-family:FreeFontSans; font-style:normal; font-weight:normal; src:url(fonts/FreeSans.otf); } @font-face { font-family:FreeFontSans; font-style:normal; font-weight:bold; src:url(fonts/FreeSansBold.otf); } @font-face { font-family:FreeFontSans; font-style:italic; font-weight:normal; src:url(fonts/FreeSansOblique.otf); } @font-face { font-family:FreeFontSans; font-style:italic; font-weight:bold; src:url(fonts/FreeSansBoldOblique.otf); } /* --------------- free font mono --------------- */ @font-face { font-family:FreeFontMono; font-style:normal; font-weight:normal; src:url(fonts/FreeMono.otf); } @font-face { font-family:FreeFontMono; font-style:normal; font-weight:bold; src:url(fonts/FreeMonoBold.otf); } @font-face { font-family:FreeFontMono; font-style:italic; font-weight:normal; src:url(fonts/FreeMonoOblique.otf); } @font-face { font-family:FreeFontMono; font-style:italic; font-weight:bold; src:url(fonts/FreeMonoBoldOblique.otf); } /* --------------- free font application classes --------------- */ .free_serif {font-family: FreeFontSerif, serif;} .free_sans {font-family: FreeFontSans, sans-serif;} .free_mono {font-family: FreeFontMono, monospace;} code {font-family: FreeFontMono, monospace;} pre {font-family: FreeFontMono, monospace;} body { font-size:1em; margin: 0 2% 0 2%; padding:0; border:0; outline:0; font-family: FreeFontSerif, serif; } .top_padding { padding-top: 10%; }