body {
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-size: 0.8em;
  margin: 20px 20px 0px 20px;
}

a {
  text-decoration: none;
  color: #ff3d00;
}

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

a.faq {
  color: black;
}

a:hover.faq {
  text-decoration: none;
  color: black;
}

a.title {
  color: #ff3d00;
}

a:hover.title {
  text-decoration: none;
  color: #ff3d00;
}

input, textarea {
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-size: 1em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0.6em 0 1em 0.6em;
}

.var {
  padding: 0.8em 0.8em 0.8em 0.8em;
}

.normal {
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-size: 0.8em;
}

.heading {
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #ff3d00;
}

.title {
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  color: #ff3d00;
}

.menu {
  font-size: 1.2em;
  font-weight: 500;
}

.footer {
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  color: #727272;
}

.info {
  font-size: 0.8em;
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-style: italic;
  color: #727272;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.pad {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.formula {
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-style: italic;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.nolst {
  list-style-type: none;
  padding-left: 2em;
}

.nolst2 {
  list-style-type: none;
  padding-left: 1em;
}

.pad {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.orange {
  color: #ff3d00;
}

