Hey happy helpers! 
So I've formatted this novel for a client but when I convert the book to mobi there seems to be a space between the first and second line of the first paragraph of every chapter. 
Check this out: 
Went in a looked at the coding and noticed that it was the first large letter of every paragraph that was causing it. So when I remove the first letter, the spacing between the lines are normal. But I'd like to keep it Larger than the rest.
This is the coding that I used. 
	Quote:
	
	
		| 
			
					<p class="First-Paragraph"><span class="First-Letter-Caps---Caslon _idGenCharOverride-1">A</span><span class="Caps">melia Knight pulled </span>the hood over her head and stepped into the mouth of hell.</p>
			
		 | 
	
	
 
	Quote:
	
	
		
			
				span.First-Letter-Caps---Caslon { 
	font-family:"Adobe Caslon Pro", serif; 
	font-size:2.25em; 
	font-style:normal; 
	font-weight:normal; 
}
			
		 | 
	
	
 If anyone knows how to fix it or if anyone sees what I'm not seeing in the codes, do let me know. I would love the help and to learn from this.