Found it, actually. Validate the CSS with:
http://jigsaw.w3.org/css-validator/vali ... medium=all
And it points out the error in fiplain.css:
Code:
/* The content of the posts (body of text) */
body{background:#ffffff;color:#000000;font:10px Verdana,Arial,Helvetica;margin-top:10px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding:0;
/* General font families for common tags */
font,th,td,p{font:10px Verdana,Arial,Helvetica}
Note that the body selector doesn't close - it's missing a }