Why do you use align="justify", this should better be done with CSS. It's also better to place ALL the CSS in your style.css instead of inside the style-attributes.
There are plenty of other methods that will not fall apart in other browsers, you might want to look into one of those rather than using browser-specific code.