> I'd like to limit the changes in appearance to just the > article, or body or content area. Try this: #bodyContent p { font-size: 150%; line-height: 250%; } #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent li { font-size: 150%; } If that doesn't work, try #content instead of #bodyContent. HTH. -- F.