<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-default .navbar-nav li a {
    color: white;
}

.navbar-default .navbar-nav li a:hover {
    color: #3e8f3e;
}

.navlink_interests a {
    color: #51436f !important;
    background-color: white;
}

#dropdownMenuInterests:hover {
    color: darkgray !important;
}

.navbar-brand {
    color: white !important;
}

.navbar-brand:hover {
    color: #3e8f3e !important;
}

.navbar-default .navbar-nav .active a {
    color: white !important;
    background-color: #3e8f3e !important;
}

li.dropdown-header {
    background-color: white !important;
}

li.open {
    background-color: white !important;
}</pre></body></html>