body
{
    text-align: center;
    background-color: #000065;
    color: white;
    font-family: sans-serif;
}

header
{
    font-family: sans-serif;
    font-size: 50px;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px black;
    color: gold;
    padding-bottom: 10px;
    padding-top: 10px;
}

#navigation
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: 000065;
    border:1px solid white;
    border-width:1px 0;
    overflow: hidden;
}

#navigation li
{
    display: inline;
}

#navigation a
{
    display: inline-block;
}

li a
{
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

a:hover
{
    color: gold;
    background-color: rgb(12, 68, 237);
}

p
{
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
}

h2, h3
{
    color: gold;
    text-transform: uppercase;
    text-shadow: 5px black;
    text-align: left;
}

#citations>ul>li
{
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
}
