﻿@charset "utf-8";

#menu a {
    position: relative;
    left: 60px;
    top: 150px;
    text-decoration: none;
    background-color: none;
    color: silver;
    padding: 10px 20px;
   
    
}

#menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: none; 
    
    
}

#menu id {
    position: relative;
    left: 60px;
    top: 150px;
    text-decoration: none;
    background-color: none;
    color: silver;
    padding: 10px 20px;
   
    
}

a img {
      border: none;
    position: relative;
        left: 230px;
         top: -200px;
}

body {
    background-image: url(boston/H/U1.jpg);
    background-position: 50% 0%;
    text-align: center;
    background-repeat: no-repeat;
}

.center {
    text-align: center;
}

.under {
    text-align: center;
}

h2.capitalize {
    color: white;
    text-transform: capitalize;
    text-align: center;
}

h3.capitalize {
    color: black;
    text-transform: capitalize;
    text-align: center;
}

h4.blink {
    text-decoration: blink;
    color: white;
    position: relative;
    top:  30px;
    left: -10px;
}

U0 img {
      border: none;
    position: relative;
        left: -25px;
         top: -150px;
       
}

U1 {
   
   position: relative;
      color: black;
       left: -75px;
        top:  20px;
}

u2 {
   
   position: relative;
       left: -330px;
        top:  140px;
}

u3 {
   
   position: relative;
      color: darkblue;
       left: -280px;
        top: -35px;
}

u4 {
   
   position: relative;
       left: 70px;
        top: 140px;
}

u5 {
   
   position: relative;
      color: darkred;
       left: 130px;
        top: -35px;
}









