<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  margin: 0;
  padding: 0;
}

html {
  background-color: #c7e0ac;
  background-image: url('../images/Background.png');
  background-repeat: repeat-y;
  background-position: center;
  height: 100%;
}

body {
  background-color: white;
  
  font-family: 'Droid Serif', serif;
  font-size: 100%;
  
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;

  min-height: 100%;
  height: auto !important;
  height: 100%;
}

h1 {
  padding-top: 0.67em;
  text-align: center;
  font-size: 2.5em;
  color: #060;
}

h2 {
  font-size: 2em;
  color: white;
  background-color: #90ad71;
}

.big, h3 {
  font-size: 150%;
}

h4 {
  font-size: 125%;
}

h5 {
  font-size: 110%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 1em;
}

ul li:before {
  content: 'â™¦';
  padding-right: 0.5em;
  color: #090;
}

ul li {
  padding-left: 1em;
  text-indent: -1em;
}

ol#outline {
  list-style-type: none;
}

ol#outline li {
  font-size: 175%;
  list-style-type: none;
}

ol#outline li ol li {
  font-size: 70%;
  list-style-type: none;
}

ol#outline li ol li ol li {
  font-size: 90%;
  list-style-type: none;
}

a:link {
  color: #090;
}

a:active, a:visited {
  color: #060;
}

a:hover {
  font-weight: bold;
}

p.block {
  margin: 0 3em;
  font-style: italic;
}

span.title {
  color: #060;
}

.center {
  text-align: center;
}

.center-image {
  display: block;
  margin: auto;
}

.thin {
  margin-top: 0;
  margin-bottom: 0;
}

p.break {
  margin-bottom: 5em;
}

#content {
  padding: 20px;
}

hr {
  height: 3px;
}

.breadcrumb {
  font-size: 80%;
}

.caption {
  text-align: center;
  font-size: 90%;
}

.highlight {
  color: #040;
  background-color: #dfb;
  padding-left: 4px;
  padding-right: 4px;
}

table {
  border-collapse:collapse;
}

td, th {
  font-size: 1.2em;
  border: 1px solid #98bf21;
  padding: 3px 7px 2px 7px;
}

th {
  font-size: 1.4em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color:#A7C942;
  color:#fff;
}

tr:nth-child(even) td {
  color:#000;
  background-color:#EAF2D3;
}
</pre></body></html>