.contrast {
    background-color: black !important;
    color: white !important;
    background-image: none;
}
.contrast:focus {
    outline: 3px dotted white !important;    
}
a.contrast {
    text-decoration: underline !important;
}
a.contrast:hover {
    background-color: white !important;
    color: black !important;
}
nav a.contrast:hover, #siteFooter a.contrast:hover {
    background-color: black !important;
    color: white !important;
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
}
.toggleNav span.contrast {
    background-color: white !important;
}
.btn.contrast,input.contrast,textarea.contrast {
    border-color: white !important;
}