body {
  color: black;
  margin-left: 5%;
  margin-right: 5%;
  font-family:Times,serif;
  line-height: 150%;
}

h1 {
  font-size: 30pt;
}

h2{
  font-size: 2em;
}

h3 a {
  color:#555555;
  text-decoration:none;
}

h3 a:visited {
  text-decoration:none;
}

h3 a:hover {
  color:#999999;
  text-decoration:underline;
}

div#header a {
  color:#555555;
  text-decoration:none;
}

div#header a:visited {
  text-decoration:none;
}

div#header a:hover {
  color:#999999;
  text-decoration:underline;
}

ul {
  margin-left: 3em;
  padding: 0;
}

ul ul {
  margin-left: 1.5em;
  padding: 0;
}

ul ol {
  margin-left: 2.0em;
  padding: 0;
}

ol {
  margin-left: 3.5em;
  padding: 0;
}

ol ol {
  margin-left: 2.0em;
  padding: 0;
}

ol ul {
  margin-left: 1.5em;
  padding: 0;
}

li {
  line-height: 150%;
}


dt {
  font-weight: bold;
  margin-top: 2ex;
  margin-left: 1em;
}

dl {
  margin-left: 1em;
}

p {
  margin-left: 2em;
}

ul p {
  margin-left: 0em;
  padding: 0;
}

ol p {
  margin-left: 0em;
  padding: 0;
}

code {
  padding-right: 0.5em;
  padding-top: 0.3em;
  padding-left: 0.5em;
  padding-bottom: 0.3em;
  // background-color: #3e3e3e;
  // color: #e6e6e6;
  // text-decoration: underline;
  border-top: #9999FF 1px solid;
  border-bottom: #9999FF 1px solid;
  border-left: #9999FF 1px solid;
  border-right: #9999FF 1px solid;
}

ol.rd2html_hindex {
  font-size: 80%;
  list-style-type: decimal;
  margin-left: 5ex;
  margin-right: 0ex;
  margin-top: 0ex;
  margin-bottom: 0ex;
  line-height: 100%;
}

ol.rd2html_hindex ul {
  font-size: 100%;
  list-style-type: decimal;
  margin-left: 3ex;
  margin-right: 0ex;
  margin-top: 0ex;
  margin-bottom: 0ex;
  line-height: 100%;
}

em {
  color: #004080;
  font-family: arial, helvetica, Sans-Serif, gothic;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

pre {
  line-height: 100%;
  border-right: #646464 1px solid;
  padding-right: 0.5em;
  border-top: #646464 1px solid;
  padding-top: 0.5em;
  border-left: #646464 1px solid;
  padding-left: 0.5em;
  border-bottom: #646464 1px solid;
  padding-bottom: 0.5em;
  margin-left: 2em;
  margin-right: 2em;
  white-space: pre;
  background-color: #e6e6e6;
  color: black;
}
