html {
    background: #6699CC;
    color: white;
}

a,
.uk-link {
    color: #f8f8f8;
    text-decoration: underline;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
    color: black;
}

.uk-text-emphasis {
    color: black !important;
}

#foot {
    background-color: #326598;
}