<?xml version="1.0"?>
<?xml-stylesheet type="text/css" 
href="aa022600-a.css"?>
<html>

<body>
<h3>This is a header of the h3 
variety</h3>

<p>This is a paragraph.  I am adding 
quite a lot of material to this 
paragraph for the sole purpose of 
illustrating the modified rendering 
style.  I want to add enough 
material to make certain that it will
consume several lines.</p>

<h2>This is an h2 header</h2>

<h3>This is another h3 header</h3>

<p style="margin-left:40; 
margin-right:40">
This is another paragraph.  It is
modified by local styles that
specify left and right margins.</p>

<h2 class="classDemo">
This is an h2 header modified by 
the classDemo class
</h2>

<p id="idDemo">
This is a paragraph modified by 
the idDemo ID.</p>

</body>
</html>