Forum Moderators: not2easy
p {color:#0f0;} Or if you want it applied to paragraphs, list items, and table cells, you could use
p,li,td,th,dd {color:#0f0;} Or if you want it applied only to paragraphs inside a div named "text," you could say
div#text p {color:#0f0;}