Another way to do it would be to delete all of the "font-size: 1.0em;" and put a "font-size: 100%;" on the body tag. Then all of the unadorned p tags would use 1em (using CSS's cascade). That's assuming that the p tag isn't enclosed in something where the font size is a different size, for example, an h2. I've had books where they apparently didn't understand the cascade and put a 1em font size on almost everything.
|