body {
    font-family: inherit;
    color:black;
    background-color: cornsilk;
    margin-left: 30px;
    margin-right: 30px;
}

h2 {
    color:dimgrey;
}

h3 {
    color:darkgoldenrod;
}

h1 {
    text-align: center;
    font-family:inherit;
    color:cadetblue;
}

h4 {
    color:cadetblue;
}

li {
    display: inline;
    list-style-type:upper-alpha;
    margin: 13px;
}

ul {
    background-color: bisque;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -24px;
}

a:link, a:visited, a:active { 
    color:cornflowerblue; text-decoration: none; font-weight: bold;
}

a:hover { 
    color:darkblue; text-decoration: underline; font-weight: bold;
}

.current {
    text-decoration: underline; font-weight: bold;
}

blockquote {
    font-style:italic;
    font-family: fantasy;
}

#footer{
	width:100%;
	color:cornflowerblue;
}
