This is the CSS code I use when I edit eBooks.
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em;
}
You also have to make sure that any class with
text-align: center; has a
text-indent: 0; or centered things could be off by 1.2em;