I downloaded the RTF and I converted it to ePub and found there is a problem.
In the CSS I have ...
Code:
.calibre2 {
display: block;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em
}
in the XML files I have ...
Code:
<p class="calibre2"> </p>
So yes, the line spacing between paragraphs is more than doubled. The margins should be 0 and not 1em on the top and bottom.