style
The style tag will allow you to change the size, color and look of the text inside your table.The code for the style tag goes inside the table tags and will look like this:
<table border="1" style="color: #ff55ff; font-style: italic; font-size: 8pt;">
<tr>
<td><B>row 1, column 1</B></td><td><B>row 1, columnn 2</B></td>
</tr>
</table>
Below is what this looks like:


