<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1">
<title>Logical Styles</title>
</head>
<body>

<h1>First Level Header</h1>

<p>A paragraph.</p>

<p align="center">Another paragraph, alligned in a different way.</p>

<h1>Another First Level Header</h1>

<p>Regular text.</p>

<h2>Second Level header</h2>

<p>Regular text.</p>

<h3>Third Level header</h3>

<p>Regular text.</p>

<h4>Fourth Level header</h4>

<p>Regular text.</p>

<h5>Fifth Level header</h5>

<p>Regular text.</p>

<h6>Sixth Level header</h6>

<p>Regular text.</p>

</body>
</html>