<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 

 
<HTML>
 
<HEAD>
 
<STYLE type="text/css">
 
<!-- h3 { font-family: Courier; font-style:
 
bold; color: red } -->
 
</STYLE>
 

 
	<TITLE>Example Page</TITLE>
 
</HEAD>
 
<BODY>
 
<h1>This is an H1 Tag</h1>
 
<h2>This is an H2 Tag</h2>
 
<h3>This is an H3 Tag</h3>
 
<h3>This is another H3 Tag</h3>
 
<p>This is some example text demonstrating this style sheet.</p>
 

 

 
</BODY>