<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 200609-1901 */
body {
  font-family: arial;
  font-size: 14px;
}
td, th {
  font-size: 14px;
}
.preamble {
  font-size: 12px;
}
.history td, .history th, .history ul, .history ol {
 margin-top:0;
 margin-bottom:0;
 padding-left:1em;
}
.history blockquote {
 margin-top:0;
 margin-bottom:0;
}
/* http://visakopu.net/misc/table-border-css/ */
.history table, .history td, .history th {
  border-color: #600;
  border-style: solid;
}
.history table {
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}
.history td, .history th {
  margin: 0;
  padding: 4px;
  border-width: 1px 1px 0 0;
  background-color: #FFC;
}
</pre></body></html>