For a typical table, with borders around every cell, add the "styled" class to your table:
<table class='styled'>
For a table with only top and bottom borders, try also adding the "listed" class to your table:
<table class="styled listed">
And now your tables can be styled to your preference =)
