body{
    font-family: Arial, sans-serif;
}

h1{
    color: dimgray;
   font-family: Georgia, serif; 
}

h2,h3{
    color:chocolate;
    font-family: Georgia, serif;
}

.wrapper{
    width: 90%;
    margin: 10px auto;
    border: 1px solid black;
    padding: 5px 30px;
}

li{
    display: inline;
    text-decoration:none;
}

#content{
    color: dimgray;
}

#footer{
    color: chocolate;
}

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

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

.current{
    border-bottom: solid 4px white;
}