I would suggest looking at our wiki
CSS_HowTo#Indenting_a_paragraph for this and other questions you may have with formatting. What it says is:
h2 + p {
text-indent:0;
}
p {
text-indent:2em;
}
The wiki includes a discussion.
oops, sorry, I misunderstood the original question.