<html><!--starts html-->
<head><!--header-->
<title>INSERT TITLE HERE(shown in window bar)</title>
<link rel="stylesheet" type="text/css" href="csstemplate.css" /><!--link to css-->
</head><!--close header-->
<body><!--body - main part of html-->
<img class="layout" src="" alt="" /><!-- class for css, src for image address, alt for text if image does not show-->
<img class="" src="" alt="" />
<img class="" src="" alt="" />
<img class="" src="" alt="" />
<font color="">
<p class="text1">
</p>
<p class="text2">
</p>
</font>
</body><!--close body-->
</html><!--close html-->