LOL - understand, 'cause if you just centered the whole thing, then the letters wouldn't have an even left margin. I've used an 'invisible' table when I want something in the center, yet still have an even left margin. Just center a table under the 'centered' graphic, give it a specific width to accommodate the longest text, NO border, NO cellpaddings, NO color, then do your text with the line breaks.
<center>(graphic)<br><br>
<table width=300 border=0> <tr><td>
<font color=darkred> (etc)
I am saving this ..Thank you!
Hmm..how do you figure out the width of the longest text? Trial and error?