optimize it.

Either remove the <b> with
Code: 
<img src="http://lulzimg.com/i11/cb1e62.gif" border="0"><span style='color:purple;font-weight:bold;'>
or put the style in a stylesheet and use a class like
Code: 
<img src="http://lulzimg.com/i11/cb1e62.gif" border="0"><span class="PeanutClass">
and the stylesheet will have
Code: 
.PeanutClass {color:purple;font-weight:bold;}