<SPAN> elements let you apply a style across a range of text like this bold, italic blue text. (Nice, huh?)
classes.bluebold.all.color = "blue" classes.bluebold.all.fontWeight = "bold" classes.bluebold.all.fontStyle = "italic" <P>... this <SPAN class="bluebold"> bold, italic blue text. </SPAN> (Nice, huh?)</P>