<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(html4css1.css);

body {
  font-family: Helvetica, Arial, sans-serif;
}

a:hover {
  background-color: #cccccc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  color: #000066
}

h2, h3, h4, h5, h6 {
  font-size: large;
}

h1 {
  font-size: x-large;
}

h1.title {
  background-color: #000066;
  color: #ffffff;
  border: medium solid black;
} </pre></body></html>