Put the </DIV> command before the </font></I> commands. For example, in the last chapter you have:
Code:
<SPAN id=verse><I><FONT color=#3d00b9><DIV> For they are jolly gay fellows,</DIV>
<DIV> For they are jolly gay fellows,</DIV>
<DIV> For they are jolly gay fellows,</DIV>
<DIV> Which nobody can deny.</FONT></I>
</SPAN>
</DIV>
<DIV> </DIV>
<DIV> Aunt Kate was making frank use of her handkerchief and even Aunt Julia seemed moved. Freddy Malins beat time with his pudding-fork and the singers turned towards one another, as if in melodious conference, while they sang with emphasis:</DIV>
<DIV> </DIV>
You should have:
Code:
<SPAN id=verse><I><FONT color=#3d00b9><DIV> For they are jolly gay fellows,</DIV>
<DIV> For they are jolly gay fellows,</DIV>
<DIV> For they are jolly gay fellows,</DIV>
<DIV> Which nobody can deny.</DIV></FONT></I></SPAN>
<DIV> </DIV>
<DIV> Aunt Kate was making frank use of her handkerchief and even Aunt Julia seemed moved. Freddy Malins beat time with his pudding-fork and the singers turned towards one another, as if in melodious conference, while they sang with emphasis:</DIV>
<DIV> </DIV>
Let me know if it fixes it.