<html>
<body>
<div align=center>This should be centered.</div>
<br> This should be left justified.
<ol>
  <li>Item 1</li>
  <li>Item 2</li>
</ol>
<br>
<br>This should not be part of a list.
<br>
<br><a href="simple.html">simple.html</a>
</body>
</html>