<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.hover_style:link {
  color:#0000FF;
  text-decoration:none; }

a.hover_style:visited {
  color:#000080;
  text-decoration:none; }

a.hover_style:hover {
  color:#000000;
  background-color:#D7D8FF;
  text-decoration:none; }

tbody tr:hover {
  background-color:#999999; }

table {
  position: relative;
  z-index:1;
}

caption {
  color: white;
  background-color:#99FF99;
  padding: 0.2em 0.2em 0.2em 1em;
  width: 27em;
  margin-left: -0.5em;
  position: relative;
}

caption::before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  top: 1em;
  left: -0.5em;
  border-style: solid;
  border-width: 0.5em;
  border-color: transparent #99FF99 transparent transparent;
}
</pre></body></html>