﻿@charset "utf-8";

#menu a {
    position: center;
    left: 320px;
    text-decoration: none;
    background-color: silver;
    color: black;
    padding: 1px 30px;
    
}

#menu {
    list-style-type: none;
    padding: 40px 0;
    margin: 0;
    
}

#menu li {
    display: inline;
   
}

#menu a:hover {
    background:url(.gif) ;
     color: white;
}

body {
    background-image: url(boston/H/U3.jpg);
    background-position: 50% 0%;
    text-align: center;
    background-repeat: no-repeat;
}

a img {
    border: none;
}

h3 {
   color: white;
}

h3.capitalize {
   color: white;
   text-transform: capitalize;
   text-shadow: 3px 5px 3px black;
}

h2.capitalize {
    color: white;
    text-transform: capitalize;
    text-align: center;
}

h4.capitalize {
    color: white;
    text-transform: capitalize;
    text-shadow: 3px 5px 3px black;
}


