/* Generated by KompoZer */
h2 {
  font-style: italic;
}
h3 {
  font-style: italic;
}
a:hover {
  color: #00e098;
  background-color: #fff8ff;
}
hr {
  background-color: #009900;
  width: 75%;
  height: 3px;
}
.image_right {
  float: right;
  margin-left: 3px;
  margin-bottom: 3px;
}
.thin_border {
  border: 1px solid #025ac1;
  margin-left: 6px;
}
.indented_box {
  border: 1px solid #025ac1;
  margin-left: 15px;
  margin-right: 15px;
}
/* **************************************************************** */
/* Double strikeout, found on:
   http://stackoverflow.com/questions/6395890/how-to-double-strikeout-a-text-in-html
 */
/* Usage:  <del class="dstrike"> ... text ... <span class="dstrike"></span></del>
   It puts a double-strike-through on '... text ...'.
   Only works on single-line text. */
span.dstrike {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    bottom: 35%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
del.dstrike {
    text-decoration: none;
    position: relative;
}
p {
margin-bottom: 0
}
p + p {
margin-top: 0.7em
}
br + br {
margin-top: -0.4em
}
