I just discovered a nice feature for minimalist frontend developers. You can use all elements with content for styling simply by using
* {display:block;}
Or display inline, or table-cell or whatever. All elements, including title, style and head can be used for styling now. Have fun with it!
(I have only tested this on FF3.5 and Safari. I guess it works on more browsers).