<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
  font-family: Playfair Display, serif;
  font-size: 20px;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

a:visited {
  font-family: Playfair Display, serif;
  font-size: 20px;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

a:hover {
  font-family: Playfair Display, serif;
  font-size: 20px;
  background-color: transparent;
  color: #1f3f68;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

h1 {
  font-family: Playfair Display, serif;
  font-size: 20px;
  color: #1f3f68;
  text-align: left;
}
</pre></body></html>