/* stylesheet.css - basic stylesheet for all epub */ body { margin-top:30px; margin-right:30px; margin-bottom:20px; margin-left:30px; font-family:"Times New Roman", serif; } h1 { font-family:"Times New Roman", serif; font-weight:bold; text-align:center !important; } h2 { font-family:"Times New Roman", serif; font-weight:bold; text-align:center !important; } h3 { font-family:"Times New Roman", serif; font-weight:bold; text-align:center !important; } h4 { font-family:"Times New Roman", serif; font-weight:bold; text-align:center !important; } p { margin-left:0px; text-indent:20px; margin-bottom:5px; margin-top:0px; } .flush { margin-left:0px; text-indent:20px; margin-bottom:5px; margin-top:0px; } .center { margin-left:0px; text-align:center; margin-bottom:5px; margin-top:5px; } .cover { margin:0; text-align:center; } a:link {text-decoration:underline; color:blue; } a:visited {text-decoration:underline; color:purple; } a:active {text-decoration:underline; color: red; } a:hover {text-decoration:underline; color: red; }