Display: none; by default?

I have been using display: none; in my templates css to hide div statements on certain pages. It now seems more appropriate to hide them by default and use the display: in css to show the div on certain pages… however I am not sure how to do that.

Please help :sonic: