<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
body { padding: 30px; line-height: 1.5em; }
td { text-align: right; padding: 5px; }
th { text-align: left; padding: 5px; }
</style>
</head>
<body>
<h2 align="center">Final Exam Results</h2>
<table width="33%" align="right" hspace="12" border="1">
<tr><th></th><th>Points</th><th>Grade</th></tr>
<tr><th>Larry</th><td>86</td><td>B+</td></tr>
<tr><th>Heidi</th><td>91</td><td>A</td></tr>
</table>
<p>This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.</p>
This is a test.
This is a test.
</body>
</html>