Clean Up HTML from

Remove Word specific markup
   XML from <html> tag
   Word meta and link tags from <head>
   Word XML markup (ie <o:p></o:p>)
   <![if ...]><![endif]> conditional tags and their contents
   Remove empty paragraphs and margins from styles

Clean up CSS
   Remove inline CSS styles when possible
   Remove any style attribute that starts with "mso"
   Remove any non-CSS style declaration
   Remove all CSS styles from table rows and cells
   Remove all unused style definitions

Remove Word specific markup
    Word meta and link tags from <head>
Clean up <font> tags
    Convert size 7 to
    Convert size 6 to
    Convert size 5 to
    Convert size 4 to
    Convert size 3 to
    Convert size 2 to
    Convert size 1 to

Remove all Word specific markup
Clean up CSS
Clean up <font> tags
Fix invalidly nested tags
Set background color
Apply source formatting

Show log on completion