Or if you want to be really general, assuming that there is some tag other than a paragraph tag before the first paragraph, you can do
Code:
p {text-indent: 0;}
p + p {text-indent: 1.2em;}
BTW, everybody seems to have gotten it backwards; the first paragraph is supposed to be normal, with the rest indented, not the other way around.