Originally Posted by
lightinthedark
I expect you'll need to either find some common trait (eg that they're all of class "module" or some such) and specify a css rule that targets that class, or find all the ids that are used and treat them individually. I'd say the first approach is better if you can find some unifying feature. Firebug in firefox will help you enormously as you can click elements on the page to see their attributes and which styles are applied to them and even try out adding rules etc. Without seeing the actual page it's hard to be more specific.