Try replacing the p aligns with <br />

Instead of:

Code:
<li><p align="left"><font face="Trebuchet MS" style="font-size: 10pt">Led Zeppelin</font></li>
Use:

Code:
<li><font face="Trebuchet MS" style="font-size: 10pt">Led Zeppelin</font></li><br />