body {
        font-family: 'Gotham 3r','Gotham A','Gotham B','Helvetica',sans-serif;
        margin: 0;
        padding: 0;
}
h2.sonic {
        color: #45b3d8;
        margin: 0 0 0.5em;
        font-family: 'Gotham 3r','Gotham A','Gotham B','Helvetica',sans-serif;
        font-style: normal;
        font-size: 42px;
}
div.wrapper {
        margin: 8px;
}
div.block {
        background-color: #27aae1;
        margin: 0 -8px 0 -8px;
}
div.container {
        margin: 8px;
}
div#links {
        margin: 0;
}
div#links ul {
        list-style: none;
        padding: 8px 0;
}
div#links ul li {
        list-style: none;
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-style: normal;
}
div#links li a {
        background-color: transparent;
        height: 43px;
        line-height: 100%;
        padding: 10px 15px;
        text-transform: uppercase;
        text-decoration: none;
        /*color: #676e81;*/
        color: #fff;
        font-weight: 400;
}
div#links li a:hover {
        text-decoration: underline;
        color: #58595c;
}
tbody tr th {
        text-align: left;
}
th a {
        color: #00549f;
}
td {
        padding-right: 8px;
}
div.footer {
        background-color: #5c5c5c;
        color: #fff;
        padding: 16px;
        margin: 0px;
        min-height: 100px;
}
div.footer a {
        text-decoration: none;
        color: #fff;
        font-size: 11px;
}
div.footer a:hover {
        text-decoration: underline;
        color: #fff;
}
