<html>
<head>
<style>
<!--
BODY {font-family : Verdana, Arial, Helvetica;
      font-size   : 10pt;
      font-weight : normal;
      color       : #AAAAAA;
      background-color : #FFFFFF;
      background-image : url(images/kayakersblkwht.jpg);
     }
H2   {font-family : Verdana, Arial;
      font-weight : bold;
      font-size   : 14pt
     }
H2.crimson {color : #DC143C}
H2.grey    {color : #AAAAAA}
H2.white   {color : #FFFFFF}

H3   {font-family : Verdana, Arial;
      font-weight : bold;
      font-size   : 12pt
     }
H3.crimson {color : #DC143C}
H3.grey    {color : #AAAAAA}

TD   {font-weight : normal;
      font-family : Verdana, Arial, Helvetica;
      font-size   : 10pt;
      color       : #000000;}
P    {font-weight : normal;
      font-family : Verdana, Arial, Helvetica;
      font-size   : normal;
     }


.on    {
	background-color : #0000C0; 
        font-size: 16; 
        font-style: italic;
        font-family: san-serif;
        text-decoration: none;
        color: red;      
         }
 
.off   { 
	background-color : ;
        font-size: 16; 
        font-style: normal;
        font-family: serif;
        text-decoration: none;
        color: blue;        
	}

html {
        background: url(images/kayakersblkwht.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

-->
</style>
<title></title>
</head>

<body>
</body>
</html>

