Just a small correction. If you want to increase the default line height, use something like this in your userContent.css:
html { line-height: 130% !important; } input, select, textarea { line-height: normal !important; } The second part makes sure the line height for form fields remains the same -- without this, combo boxes and buttons would look a bit strange. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]