<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body-element header,
.body-element { background-color: #FFFFFF }
.body-element * { color: #000; }

.body-element a:active, .body-element a:visited, a {
    color: #000;
    text-decoration: none;
}
.body-element .link:active, .body-element .link:visited, .body-element  .link {
    color: #007FFF;
    text-decoration: underline;
  }

  .body-element  .link svg, .body-element  .link svg *{
    color: #007FFF;
  }</pre></body></html>