Or it could be that you've not included the proper CSS
Try changing:
:
td.blog{border:2px solid #e0c142;background-color:#fdffe7;padding:16px}
To:
:
td.blog{border:2px solid #e0c142;background-color:#fdffe7;padding:16px;text-align:left}
Which is yet another Internet Explorer workaround (sort of). Which, is a perfect example of why people should switch to FireFox. Max's frustration should be seen as a sign to all switch </delusion>
Alcar...