body {
  font-family: "Trebuchet MS", verdana, sans-serif;
  line-height: 1.3em;
  font-size: 0.840em;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", verdana, sans-serif;
  color: #31a100;
}

h1 {
  font-size: 1.3em;
  margin: 8px 0px;
}

h2 {
  font-size: 1.15em;
  margin: 15px 0px 6px 0px;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
  margin: 8px 0px 6px 0px;
}

p {
   margin: 6px 0px;
}

a {
  text-decoration: none;
  color: #0000ee;
}

a:visited {
  color: #0000ee;
}

.clearfix {
  clear: both;
}

ul.red, ul.green {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 1em;
}

ul.red li, ul.green li {
  margin: 5px 0px;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  padding-left: 1.2em;
}

ul.red li {
  background: url('/images/frontend/bullets/triangle_bullet_red.png') left 0.3em no-repeat;
}

ul.green li {
  background: url(/images/frontend/bullets/triangle_bullet_green.png) left 0.3em no-repeat;
}