Using the editor including:
<style type="text/css">
.hirestable { float:left; margin-left:5px; border:1px solid #115097; background-color:#ffffef }
</style>
<table class="DGrayHeaderTable">
<tbody>
<tr>
<td> • High Resolution Pictures - PAGE 2</td>
</tr>
</tbody>
</table>
Will result int the following striped html
.hirestable { float:left; margin-left:5px; border:1px solid #115097; background-color:#ffffef }
<table class="DGrayHeaderTable">
<tbody>
<tr>
<td> • High Resolution Pictures - PAGE 2</td>
</tr>
</tbody>
</table>