I find a lot of this long styling tag on many of the old site pages:: <....p class="MsoNormal" style="margin-left:1.5in;text-indent:-1.5in"> Actually, there are 2 instances of the same line, often right before a table with a paragraph tag between them. Other times, the MSO line includes an align="center" in it too. I know I can change those to class=center". Being tables, I don't see why I would need the indent item--- right? With CSS added later, I won't need the margin specified there, either---right? So can I remove the entire line of MSO coding without messing up the table pages too much? J