body {
    background-color: #13202e;
    color: #ffffff;
    font-family: Barlow, Arial narrow, sans-serif;
    margin: 0;
}

a {
    color: #aa0000;
}

div.footer {
    background-color: #333333;
    border-top: 3px solid #555555;
    bottom: 0;
    font-size: 10pt;
    margin: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
}

div.main {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

div.menu {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #aa0000;
    font-family: Barlow condensed;
    font-size: 16pt;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

div.menu ul {
    margin: 0;
    list-style-type: none;
}

div.menu li {
    display: inline;
    padding-right: 20px;
    text-transform: uppercase;
}

div.menu a {
    color: #ffffff;
    text-decoration: none;
}

div.menu a:hover {
    color: #aa0000;
}

h1 {
    font-size: 32pt;
    text-transform: uppercase;
}