﻿    body
    {
        background-color:#e4eff3;
        font-family: arial, sans-serif;
     }
    h1{
        font-size:medium;
        font-weight:bold ;
        display:inline;
    }
    h2{
        font-size:x-large ;
        font-weight:bolder  ; 
        display:inline;
    }
    h3{
        font-size:large ;
        font-weight:bolder  ; 
        display:inline;
    }
    h4{
        font-size:small ;
        font-weight:bolder  ; 
        display:inline;
    }    
       a:link
    {
        color:blue ;    
    }
    a:visited
    {
        color:blue; 
    }
    a:hover
    {
        color:Black;
    }
    a:active
    {
        color:Black;
    } 
    .input{
        border-width:thin;
        border-color:Black;
        border-style:solid;
    }
    .fineprint{
        font-size:x-small;
    }
    .smallPrint{
        font-size:small;
    }
    .smallerPrint{
        font-size:smaller;
    }
    .x-smallPrint{
        font-size:x-small;
    }
    .xx-smallPrint{
        font-size:xx-small;
    }
    .mapdiv{
        border-left-width:5px;
        border-left-color:Black;
        border-left-style:solid;
        border-right-width:5px;
        border-right-color:Black;
        border-right-style:solid;
        width:502px;
        background-color:#99b3cc;
    }
    .addiv{
        border-left-width:5px;
        border-left-color:Black;
        border-left-style:solid;
        border-top-width:5px;
        border-top-color:Black;
        border-top-style:solid;
        border-right-width:5px;
        border-right-color:Black;
        border-right-style:solid; 
        width:502px;  
    }
    .loweraddiv{
        border-left-width:5px;
        border-left-color:Black;
        border-left-style:solid;
        border-bottom-width:5px;
        border-bottom-color:Black;
        border-bottom-style:solid;
        border-right-width:5px;
        border-right-color:Black;
        border-right-style:solid; 
        width:502px;  
    }
    #divMain{
        width:917px;
        margin:auto auto;
        background-color:#ddffff;
    }
    .mainbutton{
        border-style:none;
        vertical-align:bottom;
    }
    .titleImage{
        border-width:medium;
        border-color:Black;
        border-style:solid;   
    }
    .style1
    {
        width: 341px;
    }
    #divFeaturedBoat{
        width:320px;
        background-color:White;
        border-style:dashed  ;
        border-width:thick;
        padding:5px;
    }
    #BoatingNews{
        font-size:smaller;
    }
    #LoanInfo{
        font-size:smaller;
    }
    #divSearchByLocation{
        font-size:x-small;
        height:200px;
        overflow:auto;
    }
    #divSearchByManufacturer{
        font-size:x-small;
        height:200px;
        overflow:auto;
    }
    #copyright{
        font-size:x-small;
        color:gray;
    }
    
