<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">

<style>

h1
   {
   font: Times New Roman;
   font-style: italic;
   }

body
   {   
   font: Times New Roman;
   font-style: italic;
   font-size: 18px;
   margin: 1% 2% 2% 2%;
   }

#header
   {   
   font: Times New Roman;
   font-style: italic;
   color: navy;
   padding-bottom: 5px;
   }

#bottomright
   {
   position: absolute;
   right: 0px;
   bottom: 0px;
   }

#bottomleft
   {
   position: absolute;
   left: 360px;
   bottom: 0px;
   }

table
   {
   font-family: Times New Roman;
   font-style: italic;
   font-size: 18px;
   background: transparent;   
   }

a 
   {
   color: navy;   
   font:bold;
   }

a:hover
   {
   color: red;
   }

td.menu
   {
   background: white;
   padding: 5px;
   }

table.menu
   {   
   font-size:100%;   
   position:absolute;
   visibility:hidden;
   }


</html>
