make bold and italics work in Safari+issues
safari is using the style attribute to store bold/italics, while other browsers are using html tags (em/strong). But we're stripping the style attribute from all content to get rid of unwnated formatted, usually incurred from pasting.