How to double space & indent in html?

Hey,

How can I double space the text in a paragraph? Also, how can I indent the first sentence?

Thanks.

p
{
    text-indent: 3em;
    line-height: 2.5 em;
}

thanks, stymiee, right on target :>