body {
  font-family:  "Verdana", "Helvetica", sans-serif;
  font-size: medium;
  line-height: 130%;
  background: white;
  color: black;
  margin: 1em;
}

p.note, div.note {
  font-size: small;
  line-height: 120%;
  background: #eee;
  padding: 3pt;
}

span.note {
  font-size: small;
  line-height: 120%;
}

samp {
    font-size: 110%;
}

tt {
    font-size: 130%;
    font-weight:bold;
    color: #66f;
}

pre {
    font-size: 100%;
    font-weight:bold;
    color: #66f;
    font-family:courier;
}

li {
        margin-top: 5pt;
        margin-bottom: 5pt;
}

li ul li {
        list-style-type: square;
        margin: 0pt;
}

ol li ol {
        list-style-type: lower-latin;
}

ul.compact li, ol.compact li {
  margin: 0ex;
}

a {
  color: #00c;
  text-decoration: none;
}

a:visited {
  color: #66f;
}

a:hover {
  text-decoration: underline;
}

strong.new {
  color: #f00;
}

blockquote.sidequote {
  margin-left: 50%;
  margin-right: 0%;
  font-style: italic;
  text-align: right;
}

h1 {
  font-family: "Trebuchet", "Helvetica", sans-serif;
  font-size: 200%;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  color: #676E04;
  margin: 0;
}


h2 {
  font-family: "Trebuchet", "Helvetica", sans-serif;
  font-size: 150%;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  background: #eef;
  margin-left: -3pt;
  margin-right: -3pt;
  padding-left: 3pt;
  padding-right: 3pt;
  border-bottom: 2px solid #aaf;
}

h3 {
  font-family: "Trebuchet", "Helvetica", sans-serif;
  font-size: 130%;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
}

h4 {
  font-family: "Verdana", "Helvetica", sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
  margin-top: 0ex;
  margin-bottom: 0ex;
  padding-top: 0ex;
  padding-bottom: 0ex;

}

div.container {
    width: 100%;
    margin: 0px auto;
    padding:30px 30px 0 30px;
    /* border: 1px solid gray; */
    /* line-height: 150%; */
}

div.content {
    min-height: 100%;
    background-color: white;
    /* margin-left: 100px; */
    margin-left: 0px;
    /* border-left: 1px solid gray; */
    /* padding: 10em; */
    padding:30px 60px 30px 60px;
    text-align: justify;
}

div.content h1, h2, h3 {
    padding: 2px;
}


div.content a {
    text-decoration: none;
    /* color:#333; */
    /* color:#990000; */
    color: #00c;
}

div.content a:hover {
    text-decoration: underline;
    color: #345bfe;
}

