﻿<?xml version="1.0" encoding="utf-8"?>
<html xmlns:html="http://www.w3.org/TR/xhtml1/strict">
<head>
	<title>DocumentApp</title>
</head>
<body>
	<bookmark class="level1">Document</bookmark>
	<bookmark class="level2">Document 1</bookmark>
	<div class="footer">
		Footer Page 1: Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris.
	</div>
	<br />
	Line 1: This should be left-aligned.<br />
	Line 2: The next line is text wrapped by &lt;div class=div.rightaligned&gt;&lt;/div&gt; for right-aligned text<br />
	<div class="rightaligned">Line 3: This should be right-aligned.</div><br />
	Line 4: This should be left-aligned.<br />
	Line 5: The next line is an empty &lt;div class=div.rightaligned&gt;&lt;/div&gt; with for right-aligned text<br />
	<div class="rightaligned"></div><br />
	Line 7: This should be left-aligned.<br />
	Line 8: The next line is an empty &lt;div class=div.rightaligned /&gt; for right-aligned text.<br />
	<div class="rightaligned" /><br />
	Line 10: This should be left-aligned.<br />
	<br />
	<p class="letter_end">End of the page.</p>

	<bookmark class="level2">Document 2</bookmark>
	<div class="footer">
		Footer Page 2: Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris.
	</div>
	<br />
	Line 1: This should be left-aligned.<br />
	Line 2: The next line is text wrapped by &lt;div class=div.rightaligned&gt;&lt;/div&gt; for right-aligned text<br />
	<div class="rightaligned">Line 3: This should be right-aligned.</div><br />
	Line 4: This should be left-aligned.<br />
	Line 5: The next line is an empty &lt;div class=div.rightaligned&gt;&lt;/div&gt; with for right-aligned text<br />
	<div class="rightaligned"></div><br />
	Line 7: This should be left-aligned.<br />
	Line 8: The next line is an empty &lt;div class=div.rightaligned /&gt; for right-aligned text.<br />
	<div class="rightaligned" /><br />
	Line 10: This should be left-aligned.<br />
	<br />
	<p class="letter_end">End of the page.</p>
</body>
</html>