#div1 {
    width: 960px;
    height: 120px;
    background: #E8DCBD;
    margin: 20px auto; 
        
}

#banner {
    width: 960px;
    height: 50px;
        
}
#div2 {
    width: 960px;
    background: #FFF4D7;
    margin: 20px auto;
    
}


#div3 {
    width: 960px;
    background: #F4FFAA;
   margin: 0px auto;
 }


ul {
    list-style: none;
    padding: 0;
    
    }
ul li {
    background-color: #c71;
    width: 104px;
    float: left;
    border: 1px solid white;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
   
   
}
ul li a {
    text-decoration: none;
    color: white;
    display: block;
}
ul li:hover {
    background-color: grey;
}
ul ul {
 display: none;
}

h2 {
    padding: 20px;
    background-color: cadetblue;
    color: snow;
    text-align: center;
}


ul li:hover > ul {
    display: block;
}
ul ul ul{
    margin-left: 104px;
    position: absolute;
    top: 0;
}

table {
    
    width: 100%;
     padding: 10px;
    
}
table, th, td {
    border: 1px solid;
    border-collapse: collapse;
    padding: 10px;
}
body {
    font-family: : sans-serif fantasy;
}

p {
    font-family: : sans-serif fantasy;font-size: 20px;color: navy;
}
h3 {
    color: purple;
}

h1 {
    color: purple;
    font-size: 40px;
}
