This is the code in CSS for my product page:

#productDescription, .productGeneral.biggerText {
color: #444443;
font-family: georgia,serif;
font-size: 140%;
font-style: italic;
float: left;
padding-left: 1em;
margin-left: -10px;

http://www.designerperfumesnob.com/w...Body/edp/2.8oz

Directly above the fragrance notes and under the image, I’m going to add some text, and I’d like to have that portion of the product page in normal font. It will be an ongoing process to add text to all products and each product will have different content.

Is there code I can add to the actual product page to change the font style for this portion and then have it go back to italic for the rest? Would I add something to CSS instead? Maybe both :) ?

Thanks!