You want something like this in the paragraph style in your CSS:
Code:
p {
widows: 2;
orphans: 2;
}
That tells it to move the entire paragraph to the next page if there would two (or fewer) lines left either at the bottom of one page, or the top of another.