14
Can i make 2 suggestions?
Replace the br / tags with a div which height should be the sum of those br / . Dont get me wrong is fine like that too, but there's nothing elegant in a duplicated code x7
Also align="something" is bound to become obsolete with HTML5 as its deprecated code not W3C standard, use text-align: within the given style and play more with the padding, that should remove the need to use align tag
So please don't get me wrong, I'm not criticizing ..I'm merely show alternate option to make your code better :)