h3.toggleheader {
    padding: 10px;
    background-color: hsl(208, 100%, 30%) !important;
}

a.toggleLink {
	color: hsl(0, 100%, 100%);
	text-decoration: none;
}

a.toggleLink:hover {
    color: hsl(0, 100%, 100%) !important;
    text-decoration: underline !important;
}