<style>
h1 { font-family: Ariel, Helvetica, sans serif;
     font-size: 60px;
     text-transform: capitalize;
     color: rgb(255,255,255);
     position: relative; 
          width: 600px; 
          height: 80px; 
     background-color: rgb(0,102,153);
     text-align: center;
     }

h2 { font-family: arial, Helvetica, sans serif;
     font-size: 42px;
     color: rgb(255,255,255);
     position: relative;
     text-transform: capitalize; 
     width: 100%;  
     height: 60px;  
     background-color: rgb(0,102,153);
     text-align: center;
     }

h3 { font-family: arial, Helvetica, sans serif;
     font-size: 24px;
     color: rgb(0,102,153);
     width: 100%;  
     height: 40px;  
      background-color: rgb(228,228,228);
      text-align: center;
     }

h4 { font-family: arial, Helvetica, sans serif;
      font-size: 24px;
      color: rgb(0,102,153);
     }

h5 { font-family: arial, Helvetica, sans serif;
      font-size: 24px;
      font-weight: 200;
      color: rgb(0,0,0);
     }

h6 { font-family: arial, Helvetica, sans serif;
      font-size: 10px;
      font-weight: 400;
      color: rgb(0,0,0);
     }

.boat_hdr {     text-transform: capitalize;
      color: rgb(255,255,255);
     }

.boat_hdr_sub {      font-variant: small-caps;
      font-size: 20px;
      color: rgb(255,255,255);
     }


body {    font-family: arial, Helvetica, sans serif;
      font-size:12px; 
      color: rgb(0,0,0);
      background-color: rgb(255,255,255);
      text-align: justify;
     }

a:link {  color: rgb(0,102,153);
     }

a:visited {    color: rgb(128,0,128);
     }

a:active {     color: rgb(255,0,0);
     }

table {   font-size: 12px; 
     bordercolor-light: rgb(228,228,228);
     bordercolor-dark: rgb(0,102,153);
     background-color: rgb(255,255,255)
     }

hr { width: 100%;
      height: 4;
      align: center;
      background-color: rgb(0,102,153); 
      border-color: rgb(0,102,153); border-top-width: thin; border-right-width: medium;
     border-bottom-width: thick; border-left-width: thin
     }

li { font-family: arial, Helvetica, sans serif;
      font-size: 10px;
      font-weight: 400;
      color: rgb(0,0,0);
     }

.important {   color: rgb(255,0,0);
     }

.notice { color: rgb(255,0,0);
      font-style: italic;
     font-size: 10px;
     }

.main_nav {    font-family:  comic sans MS, arial, Helvetica, sans serif;
      font-size: 14px;
      font-weight: 400;
      color: rgb(255,255,255);
      text-decoration: none;
     

.left_nav {    font-family: arial, Helvetica, sans serif;
     font-size: 10px;
     font-variant: small-caps;
     color: rgb(0,0,0);
     background-color: rgb(204,255,204);
     }    

.bt_hdr { font-family: arial, Helvetica, sans serif;
     font-size: 36px;
     font-weight: bold;
     color: rgb(255,255,255);
     background-color: rgb(0,102,153);
     text-transform: capitalize;
     }

.bt_hdr_sub {  font-family: arial, Helvetica, sans serif;
     font-size: 18px;
     font-weight: bold;
     color: rgb(255,255,255);
     background-color: rgb(0,102,153);
     text-transform: capitalize;
     }

.search { font-family: arial, Helvetica, sans serif;
     font-size: 12px;
     color: rgb(255,255,255);
     text-decoration: none;
     } 

</style>

                               