I've got a box container in my site. Inside the box there is text in <p> tags. However I want the p to have some different effects than the body p. How can I make the p inside the box id have different effects. I can't remember how to do it. I tried p.box and it didn't work. Can someone help please <div id=box> <p> </p> </div>