Style classes (cont'd)

The code:

/* inside the STYLE element: */
.redbold { color: red;  
           font-weight: bold }

// elements in the BODY:
<P CLASS=redbold> Paragraphs </P>
<BLOCKQUOTE CLASS=redbold> 
BLOCKQUOTEs </BLOCKQUOTE>