/* Style Sheet for ePub Books */ /* Set margins at 2% (This gives a white border around the book) */ body {margin-left:2%; margin-right:2%; margin-top:2%; margin-bottom:2%;} /* Text indent will make a paragraph indent, like putting a tab at the beginning of each new paragraph The margin settings get rid of the white space between paragraphs, again so it looks more like a book The text-align line justifies the margins. If you don't want them justified, change it to left, or remove that line You don't have to specify a font, but you can */ p {text-indent: .3in; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; text-align: justify; font-family:"Times New Roman";} /* Here we make our headings centered We've also made the headings the same font as the body text */ h1 { text-align: center; font-family:"Times New Roman"; } h2 { text-align: center; font-family:"Times New Roman"; } h3 { text-align: center; font-family:"Times New Roman"; } table.main {} tr.row {} td.cell {} div.block {} div.paragraph {} .font0 { font:4pt Arial, sans-serif; } .font1 { font:5pt Arial, sans-serif; } .font2 { font:6pt Arial, sans-serif; } .font3 { font:7pt Arial, sans-serif; } .font4 { font:8pt Arial, sans-serif; } .font5 { font:9pt Arial, sans-serif; } .font6 { font:10pt Arial, sans-serif; } .font7 { font:12pt Arial, sans-serif; } .font8 { font:13pt Arial, sans-serif; } .font9 { font:21pt Arial, sans-serif; } .font10 { font:26pt Arial, sans-serif; } .font11 { font:28pt Arial, sans-serif; } .font12 { font:31pt Arial, sans-serif; } .font13 { font:83pt Arial, sans-serif; } .font14 { font:5pt Century Gothic, serif; } .font15 { font:6pt Century Gothic, serif; } .font16 { font:7pt Century Gothic, serif; } .font17 { font:9pt Century Gothic, serif; } .font18 { font:4pt Constantia; } .font19 { font:5pt Constantia; } .font20 { font:6pt Constantia; } .font21 { font:7pt Constantia; } .font22 { font:8pt Constantia; } .font23 { font:9pt Constantia; } .font24 { font:10pt Constantia; } .font25 { font:30pt Constantia; } .font26 { font:4pt Franklin Gothic Heavy, sans-serif; } .font27 { font:5pt Franklin Gothic Heavy, sans-serif; } .font28 { font:6pt Franklin Gothic Heavy, sans-serif; } .font29 { font:8pt Franklin Gothic Heavy, sans-serif; } .font30 { font:4pt Georgia, serif; } .font31 { font:5pt SimSun, monospace; } .font32 { font:6pt Times New Roman, serif; } .font33 { font:8pt Times New Roman, serif; } .font34 { font:10pt Times New Roman; }