<html> <head> <title>Cascading Style Sheets - Example 1</title> <STYLE TYPE="text/css"> <!-- BODY {font-size:16pt; font-family:"Arial"; background:DDDD00} H1 {font-size:24pt; font-family:"Verdana"; font-weight: bold; color: maroon} H2 {font-size:16pt; font-family:"Arial"; font-weight: bold; color: blue} P {font-size:12pt; font-family:"Arial"; color: black} --> </STYLE> </head> <body> <center> <h1>This is a level 1 header or <H1></h1> <h2>This is a level 2 header or <H2></h2> </center> <p>This is a standard paragraph.</p> <p><a href="examp1s.htm">View Source</a> <p><a href="ip6.htm">Return</a> </body> </html>