/* Stylesheet for ePub */ body { FONT-FAMILY: Times, serif; } p { text-indent: 2em; margin: 0; padding: 0.2em; text-align:justify; } p.title { text-align:center; text-indent:0; margin-top:0; font-size: large; } p.author { text-align:center; text-indent:0; margin-top:0; font-size: medium; } p.noind { text-align:justify; text-indent: 0; } p.center { text-align:center; text-indent: 0; } p.xxsmall { font-size: xx-small; font-style: italic; text-indent:0; text-align:center; } p.xsmall { font-size: x-small; text-align:center; text-indent:0; text } p.small { font-size: small; text-align:center; text-indent:0; text } span.underline { text-decoration:underline; } div.center { text-align: center; } .text { font-size: 1em; font-variant: small-caps; letter-spacing: 0; vertical-align: 0 } .divider { text-align:center; text-indent:0; } .godzilla { font-family: 'Font2'; color: darkgreen; font-size: 55px; } blockquote { text-align: center; margin-left: 90px; } h1, h2 , h3, h4, h5 { text-align:center; text-indent:0; margin-top:0; font-style: normal; } h1 { font-family: 'Font1'; font-size: 35px; } h2 { font-family: 'Font1'; font-size: 30px; } h3 { font-family: 'Font1'; font-weight: normal; font-size: 20px; } h4 { font-family: 'Font1'; font-weight: normal; font-size: 22px; } @font-face { font-family: 'Font1'; font-weight: normal; font-style: normal; src: url('../Fonts/mrsmonster.ttf'); } @font-face { font-family: 'Font2'; font-weight: normal; font-style: normal; src: url('../Fonts/KaijuMonsterG.ttf'); } A:link { color:#0000ff; text-decoration:underline; } img.cover { max-width:100%; padding:0; margin:0; text-align:center; }