.highContrast {
    background-color: black !important;
    color: #ff0 !important;
    border-color: #ff0 !important;
}
.highContrast a, .highContrast .nav span {
    color: yellow !important;
}
.highContrast a:hover,.highContrast .nav span:hover {
	text-decoration: underline !important;
	color: #0071bc !important;
}
.yellow-sections {
	background-color: yellow !important;
	color: black !important;
}
.yellow-sections a {
	color: #4d4d4d !important;
}