/* inside the STYLE element: */ <STYLE TYPE="text/css"> H2 { color: red } #A1 { color: blue } </STYLE> // elements in the BODY: <H2 CLASS="style1">default H2</H2> <H2 CLASS="style1" ID="A1"> This one is blue ...</H2>