<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header&gt;a:link {
    color: white;
}
header&gt;a:visited {
    color: white;
    text-decoration: none !important;
}
header&gt;a:active {
    color: #23527c;
}
header&gt;a:hover {
    color: #23527c;
    text-decoration: none;
}
header&gt;a:focus {
    color: white;
    text-decoration: none;
}
div&gt;h5 {
    font-weight: bold;
}
</pre></body></html>