Style classes (cont'd)

The code:

// inside the STYLE element:
classes.redbold.all.color
   = "red"
classes.redbold.all.fontWeight
   = "bold"

// elements in the BODY:
<P CLASS=redbold> paragraphs </P>
<H2 CLASS=redbold> headers </H2>