﻿body { background-color: #003366;
       font-weight: normal;
       font-size: small;
       font-family: Verdana;
       color: #fffcb9;       

}

p { font-weight: normal;
    font-size: small;
    color: #fffcb9;
    width: 95%;
    padding-left: 2%;
}

ul { list-style-type: square;
     color: #00d800;
     
}

li { font-size: small;


}

h1, h2, h3 { font-family: Verdana, "Times New Roman", "Trebuchet MS", Helvetica, Arial, sans-serif;
             background-color: #003366;
             color: #fffcb9;
}

h1  { font-size: x-large;
            background-color: #003366;
            color: #fffcb9;
            padding-top: .2em;
            padding-bottom: 0.2em;
            padding-left: 12%; 
}

h2 { font-size: large;
     font-weight: bold;
     color: #fffcb9;
     text-decoration: underline;
     background-color: #003366;   /*#e2edff;*/
     padding-top: 10px;
     padding-left: .7em;
}

h3 { font-size: small;
     font-weight: normal;
     color: #fffcb9;
     text-decoration: underline;
     background-color: #003366;  
     padding-top: 10px;
     padding-left: 30%;
}


a { font-weight: 400;
    font-size: small;
}

a:link { color: #fffcb9;
}
a:visited { color: red;
}
a:hover { text-decoration: none;
          color: #fffcb9;
          background-color: green;
}
a:active { color: #fffcb9;
          background-color: green;
}

img {
 border-style: none;
}

#top-images { 
   padding-left: 7%;
   padding-bottom: .4em;

}

#main-table { width: 780px;
              padding-left: 10%;
}

#address { font-weight: bold;
           color: #fffcb9;

}

#address h2 { text-decoration: none;

}

#town-hyper-links { font-size: small;
                    font-weight: normal;        
                    padding-left: 2%;  
                      

}

#return-home { padding-left: 35%;

}

#w3c-validated { padding-left: 40%;

}

#copyright { 
   padding-left: 30%;
   font-size: x-small;

}







