Section List
Without any additional styling the page looks as follows.

Structure with classes and id's
div.componentheading
table.contentpane (align:center)
td.contentdescription (width:60%) Sectie beschrijving
td ul
li a.category Voorpagina artikel 1 span.small (1 Artikel)
Categorie beschijving
Categorie beschijving
li a.category Voorpagina artikel 2 span.small (1 Artikel)
Categorie beschijving
Categorie beschijving
li Etc.
table.contentpane
table.contentpane td ul {
list-style: none;
margin: 0 0 0 6px;
padding: 0;
}
table.contentpane td ul li {
margin: 0 0 5px 0;
}
After applying the styles the page looks like the following.


