I set widows and orphans to 0. In fact, this is the body I use most of the time...
Code:
body {
font-family: "Fontin", serif;
widows: 0;
orphans: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
text-align: justify;
font-size: 95%
}
The font-family varies depending on what font-family is being used. But I prefer an alternate font to the default ADE serif font.