Table borders can be made invisible.
Change border="1" to border="0".
Never leave a cell empty. If you have no data for a cell place these characters in the cell:
___________________________
<center>
<TABLE border="1">
<TR>
<TD>A small table</TD>
</TR>
</TABLE>
</center>