#navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    margin-bottom: 15px;
}

body {
    background-color: azure;
    font-family: Arial, Helvetica, sans-serif;
}

li {
    display: inline;
    list-style-type: none;
    margin-right: 10px;
}

ul {
    text-align: center;
}

a:link, a:visited, a:active {
    color: #17037A;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #17037A;
    text-decoration: underline;
}

.current {
    text-decoration: underline;
    font-weight: bold;
}
h1 {
    color: black;
    text-align: center;
}
h2 {
    color: black;
    text-align: center;
}
h3 {
    color: black;
    text-align: center;
}
