nella pagina Html o Xhtml
<table border="0" cellpadding="5" cellspacing="0" class="bellatavola" summary="Manifestazioni svolte dalla Sezione femminile della Croce Rossa in Umbria, organizzate per mese, giorno, città, manifestazione">
<tr>
<th class="testatavola">Mese</th>
<th class="testatavola">Giorno</th>
<th class="testatavola">Città</th>
<th class="testatavola">Manifestazione</th>
</tr>
<tr>
<td class="rigatavola">Gennaio</td>
<td class="rigatavola">21</td>
<td class="rigatavola">Perugia</td>
<td class="rigatavola">Tesseramento in Prefettura</td>
</tr>
</table>
nel css
.bellatavola {border-collapse: collapse;}
.testatavola
{margin: 5px; padding: 8px; border: 1px solid #336699; background-color: #336699; font-family: verdana,arial,serif; color:#ffffff; font-size: 9pt; font-weight: bold;}
.rigatavola
{margin: 5px; padding: 5px; border: 1px solid #336699; background-color: #ffffff; font-family: verdana,arial,serif; color: #000000; font-size: 10pt; font-weight: bold; text-align: justify;}