ul {
    text-align: center;
    list-style: none;
    border-top: solid 3px #007499;
    border-bottom: solid 3px #007499;
    padding-top: 10px;
    padding-bottom: 10px;
}

a {
    text-align: center;
    display: block;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

body {
    font-family: Verdana, sans-serif;
    background-color: #dedede;
    color: black;
}

blockquote {
    text-align: center;
    font-style: italic;
    color: black
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
    border-bottom: solid 3px #007499;
    padding-bottom: 1em;
}

h3 {
    border-top: solid 3px #007499;
    padding-top: 1em;
}

