<html>
<head>
<title>Cascading Style Sheets - Example 2</title>
<STYLE TYPE="text/css">
<!--
BODY {font-size:10pt; font-family:"Arial"; background:D0D0DD}
H1 {font-size:12pt; font-family:"MS Sans Serif"; color: 882288}
H2 {font-size:24pt; font-family:"MS Sans Serif"; color: 00DDDD}
P {font-size:16pt; font-family:"MS Sans Serif"; color: CC00DD}
-->
</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="examp2s.htm">View Source</a>
<p><a href="ip6.htm">Return</a>
</body>
</html>