We can greatly improve the look and feel of HTML Tables using SpectrumStylr. If you are using the general theme, type the following:

<table class="table | table-active | table-striped">
...
</table>

In other themes, however, we can only use the "table" class.

<table class="table">
   ...
</table>