Document template.

<html>
<head>
<title></title>
</head>

<body background="../../backgrnd1.jpg">

<a href="../../index.html"><img src="../../paper_main.gif" title="Main page" width="65" height="65"></a>
<BR>
<BR>

<p>
	<h2> Document title. </h2>
</p>

<ol>
	<li>
		<h4> Outer list item 1. </h4>
		<ol type="a">
			<li> Inner list item a. </li>
			<li> Inner list item b. </li>
			<li> Inner list item c. </li>
		</ol>
	</li>

	<br>

	<li>
		<h4> Outer list item 2. </h4>
		<ol type="a">
			<li> Inner list item a. </li>
			<li> Inner list item b. </li>
			<li> Inner list item c. </li>
		</ol>
	</li>

	<br>

	<li>
		<h4> Outer list item 3. </h4>
		<ol type="a">
			<li> Inner list item a. </li>
			<li> Inner list item b. </li>
			<li> Inner list item c. </li>
		</ol>
	</li>

	<br>
</ol>

</body>
</html>


The above template expands as shown.
Hosted by www.Geocities.ws

1