Voorbeeld om tabellen te stylen:
table {
   caption-side: left;
   font: 14px "Comic Sans MS";
}
caption{
   font-size: 18 px;
   font-weight: bolt;
}
tr {
   color:blue;
}

th{
   font-style: italic;
   text-decoration: undeline;
}

td{
   background-color: yellow
   text-align: right;
}

Report Place comment