body{
    background-color:floralwhite;
    font-family: Verdana, sans-serif;
    color: black;
    line-height: 140%;
}

#wrapper{
    width: 90%;
    margin-left: 50px;
}

#navigation{
    list-style-type: none;
	clear: both;
    margin: 0px;
	background-color: navy;
    padding: 1px 0px;
}

#navigation a{
    color: white;
    text-decoration: none;
    padding: 14px 16px;
    text-align: center;
    font-size: 16px;
}

#navigation li{
    display: inline;
    text-decoration: none;
}
.current{
    border-bottom: solid 5px white;
}

h1,h2,h3,h4,h5,h6{
    font-family: Georgia, serif;
}
h1{
    color:darkred;
    text-align: center;
    font-size: 50px;
    line-height: 120%;
}

h2{
    color: darkred;
}

H3{
    color: navy;
}

ul{
    color: black;
    list-style-type: square;
}

#content ul{
    list-style-type: none;
    margin-left: -40px;
}

#content a{
    color: black;
}

@media screen and (max-width: 600px) {
    .left{
        width: 100%;
        margin: 0;
    }
        
    .right{
        width: 100%;
        margin: 0;
    }


}