For no spacing between paragraphs use
Code:
margin-top: 0;
margin-bottom: 0;
applied to the tags that contain your paragraphs.
For small indents use something like
Code:
text-indent: 1em; //vary size "1em" to suit. can be decimal (eg: "0.9em")
and apply this also to your paragraph containing tags.