Here is my Stylesheet
<style>
table tr{ border:1px solid #F00 ; }
table td{ padding:20px; }
</style>
Here is a HTML CODE :
<table class="" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>Test</td>
<td>testing</td>
</tr>
</table>
Here is a Fiddle link for live preview. http://jsfiddle.net/Husen/tL7wK/