body {
    color: #0a0a0a;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#pageheader {
    background-color: #025398;
    border-bottom: 3px solid #025398;
}
#pageheader .nav-link {
    color: #ffffff;
    font-weight: 700;
}
#pageheader .dropdown-menu .nav-link {
    color: #000000;
    font-weight: 400;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #051236;
    font-weight: 700;
}

h1, h2, h3 {
    color: #000000;
    font-family: museo-sans,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #E1FF28;
    color: #051236;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #E1FF28;
    font-weight: 700;
}
