h3{
    color: white;
    background-image: url('images/purp.blue.jpg');
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#menu{
    background-image: url('images/purp.blue.jpg');
    height: 40px;
    width: 100%;
    padding-top: 15px;
}

#menu a{
    color: white;
    font-style: italic;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 800;
    padding-left: 10px;
    padding-top: 50px;
    width: 100%;
    text-decoration: none;
}

#menu a:hover{
    color: aqua;
}

h4{
    background-image: url('images/purp.blue.jpg');
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;

}

img{
    padding-left: 100px;
    padding-bottom: 100px;
}

h2{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}