body {
    font-family: Aptos, sans-serif;
    background-color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Aptos, sans-serif;
    color: #4E0102;
}
h1,h2 {
    text-align: center;
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}
.firstLetter {
    font-size: 100%;
    font-family: Aptos, sans-serif;
    color: #4E0102;
}
.firstWord {
    
}

#content {
    width: 75%;
    margin: 10px auto;
    background: white;
    padding: 1em 3em;
}
#navigation {
    font-family: Aptos, sans-serif;
    font-size: 100%;
    color: black;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    text-align: center;
}
li {
    display: inline;
    list-style-type: none;
}

a:link, a:visited, a:active {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: underline;
}
.current {
    colour: purple;
    text-decoration: underline;
}
