Thanks for that - so close to completly fixing it, acceptable actually in my eyes, not sure if the client will complain. Now only the number in the right after the "Show Page:" is big, everything else is fixed up. I used my own style on them instead of the one you suggested called "normal" and you can see below it effected every cell but that one with the numbers.
<table border="0">
<tbody>
<tr>
<td class="normal" style="white-space: nowrap;">Show Page: </td>
<td>
<span>1</span>
</td>
<td class="normal" style="white-space: nowrap;"> (Total Records: 2)</td>
<td class="normal" style="width: 100%;"/>
<td class="normal" style="white-space: nowrap;">
</td>
<td class="normal" align="right" style="white-space: nowrap;">Records Per Page: </td>
<td class="normal" align="right">
</td>
</tr>
</tbody>
</table>
Is there a specific style name for that one ?