Hi guys, thanks for the replies

really appreciate that.
Just 1 more thing here, say..my system allows user to select the font, the background colour, etc, the elements they prefer, is it better to store them in database. That is my table Preference would have the following fields :
text font, forecolor, backcolor, size, etc? OR i just store them in XML format?
Lastly, is it possible to dynamically generate css in the
servlet; for e.g. response.setContentType("text/css");
writer.write("......blah blah")
something like that, would it work?
Thanks for the response
