#content h1 {
  border-bottom: 0px dashed #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 12px;
}
#content h2 {
  border-bottom: 0px dashed #ccc;
  border-top: 0px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}
#content h3 {
  padding-bottom: 2px;
  padding-top: 5px;
  font-size: 11px;
  color: #444;
}
.content_block_right  h4{
  background-color: #00a9dd;
}
