Roll Your Own
I wrote my own database that writes data into well-formed static HTML (which is all I am using right now, on the theory that simpler is better). It's surprisingly easy -- just wrap divs and spans around table elements as appropriate, make sure they all have nice ids and classes, and then let CSS do its magic. I write the CSS in a text editor and tweak it in Firefox using Web Developer.