<!-- Html Tags -->

   body{
      margin:0px;
      margin-left:-20px!important;
      background-color:rgb(144,144,149);
      font-family:Trebuchet MS, Arial;
      font-size:12px;
   }

   h1{
      color:rgb(48,32,90);
   }

   h2{
      color:rgb(48,32,90);
   }

   h3{
      color:rgb(48,32,90);
      font-weight:500;
   }

   h4{
      color:rgb(48,32,90);
   }

   h5{
      color:rgb(48,32,90);
   }

   table{
      padding:0;
      spacing:0;
      border-style:none;
      border-width:0;
   }

   td{
      padding:0;
      cell-spacing:0;
      font-family:Trebuchet MS, Arial;
      font-size:11px;
   }

   thead{
      padding:0;
      cell-spacing:0;
      border-style:none;
      border-width:0;
   }

   tfoot{
      padding:0;
      cell-spacing:0;
      border-style:none;
      border-width:0;
   }

<!-- Identifiers -->

   input#button{
      background-color:rgb(213,213,213);
   }

   table#featuredBoat{
      font-size:11px;
   }

   td#topBG{
      width:758px;
      height:20px;
      overflow:hidden;
   }

   td#leftBG{
      width:20px!important;
   }

   td#headerSection{
      border-right-style:solid;
      border-right-color:black;
      border-right-width:1px;
      border-top-style:solid;
      border-top-color:black;
      border-top-width:1px;
      border-left-style:solid;
      border-left-color:black;
      border-left-width:1px;
      width:728px!important;
      overflow:hidden;
   }

   div#headerImageBG{
      width:728px!important;
      height:170px;
      padding:0px;
      color:rgb(235,245,247);
      font-weight:500; 
      font-family:Trebuchet MS, Arial;
      background-position:middle right;
   }

   td#contactDetails{
      color:rgb(235,245,247);
      font-size:13px;
      font-weight:600;
      font-family:Trebuchet MS, Arial;
      padding-top:24px;
   }

   td#rightBG{
      width:24px!important;
   }

   td#borderSpace{
      background-color:rgb(144,144,149);
   }

   td#bottomBG{
      background-color:rgb(144,144,149);
      width:758px;
      height:19px;
   }

   td#middleCell{
      border-left-style:solid;
      border-left-color:black;
      border-left-width:1px;
      border-right-style:solid;
      border-right-color:black;
      border-right-width:1px;
      border-bottom-style:solid;
      border-bottom-color:black;
      border-bottom-width:1px;
   }

   td#leftTextSection{
      padding:14px!important;
   }

   td#rightTextSection{
      padding:11px!important;
   }

   div#copyBar{
      font-weight:600;
      text-decoration:none;
      color:rgb(120,120,120);
      height:34px;
      inner-padding:6px;
      background-color:rgb(232,232,232);
   }

   div#bottomRightSpace{
      background-color:rgb(144,144,149);
   }

<!-- Classes -->

   mainSection{
      background-color:rgb(253,250,250);
   }
   
   table.mainSection{
      background-color:rgb(253,250,250);
   }

   img.boat{
      border-style:solid;
      border-color:rgb(110,110,110);
      border-width:1px;
      width:300px;
   }

   a{font-weight:bold}

   a.bottomLinks:hover{
      color:rgb(102,179,197)!important;
   }

   a.copyLinks,a.copyLinks:visited{
     text-decoration:none;
     color:rgb(40,40,40);
   }

   a.copyLinks:hover{
     text-decoration:none;
      color:rgb(90,90,90)!important;
   }