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

.year {
  width: 4em;
}

h1 {
  font-size: 16pt;
}

h2 {
  font-size: 14pt;
}

p, h1, h2, h3, h4, h5, h6, dl {
	margin: 12pt;
}

/*p {
	clear: both;
}*/

label.hide {
  display: none;
}
</pre></body></html>