For those who might not have thought of doing so, you can write a css section onto the page to save some effort on styling everything.
And for JH, it would be awesome if functions to write specific html tags included optional class / id input.
writeln("<input type=\"hidden\" name=\""+name+"\" value=\""+value+"\" />");
writeln("<input type='hidden' name='"+name+"' value='"+value+"' />");