you might try removing cellpadding and cellspacing from all your tables like:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" frame="void">
that way, any browser-defaults are overridden
Eric Meyer has a great article on
reset styles (from a css perspective)