<?xml version = "1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Title goes here</title>
<style type="text/css">
<!--
body { font-family: helvetica, sans-serif; font-size: 14px; color: #000000; }
a:link { font-family: helvetica, sans-serif; color: #0000ff; font-size: 14px; }
a:visited { font-family: helvetica, sans-serif; color: #000080; font-size: 14px; }
p.hrule { color: #333333;
          border-top: 3px solid #b0b0b0;
          line-height: normal;
          padding: 3px; }
-->
</style>
</head>
<body>
<h1 style="text-align: center">Header of page goes here</h1>
<p>
Regular wrap around text goes here.
It wraps based on the size of the browser window and is
not dependent on how it is presented in the html file and is encapsulated in the paragraph "p" tag.
</p>
<p>
Paragraph space
</p>
<p>
An example
<br />
of a line break.
</p>
<hr noshade="noshade" />
<pre>
           This is preformatted text.
           It is presented exactly as
           it is typed in.
 
           This is perfect for code segments.
</pre>

<p>
<a href="sample_page_b.html">This is a link</a>
</p>
<p>
<a href="sample_page_c.txt">This is a link to text</a>
</p>
<p>
<a href="sample_program.f">This is a link to source code</a>
</p>
<p class="hrule"></p>
<div style="text-align:center;">
<img src="Images/picture.gif" alt="Image-Name" width="150" height="150" />
</div>
<p>
Copyright 2003 2007 by <i>Greg Ippolito</i>
</p>
</body>
</html>