<HTML>
<HEAD>
<TITLE>Title goes here</TITLE>
</HEAD>
<BODY BGCOLOR="#c0c0c0" TEXT="000000">
<H1>Header of page goes here</H1>
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.
<P>
Paragraph space
<P>
An example
<BR>
of a line break.
<P>
<HR>
<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>
<A HREF="sample_page_c.txt">This is a link to text</A>
<P>
<A HREF="sample_program.f">This is a link to source code</A>
<P>
<HR>
<CENTER>
<IMG SRC="Images/picture.gif">
</CENTER>
<P>
<P>
<I>Greg Ippolito</I>
</BODY>
</HTML>