body{
font-family: Georgia, sans-serif;
    font-size: 18px;
}

h1,h2,h3,h4{
font-family: baskerville old face, serif;
    text-align:center;
    font-size: 2.5em;  40px/16=2.5em;
}

#wrapper{
width: 90%;
margin: 60px auto;
padding: 60px 80px;
border: solid 20px gray;
    border-radius: 20px;
border-collapse: collapse;
color: dimgrey;
}

#header{
width: 100%;
}

#navigation {
    text-align:center;
clear: both;
padding: 10px 5px;
margin: 0 -30px;
list-style-type: none;
background-color: cadetblue;
color: grey;
}

.primarynav {
display:inline-block;
padding: 12px 60px;
text-align: center;
}

.primarynav a {
text-decoration: none;
color:white;
font-weight: bold;
padding: 4px;
}

.primarynav a:hover; {
text-decoration: underline;
background-color: lightskyblue;
}

.current {
border-bottom: solid 3px white;
}

#footer {
width: 100%;
color: blue;
}

h2, h4 {
color: cadetblue;
}