#content h1{
  font-size: 18px;
  font-weight: bold;
  color: #30A549;
}

#content h3 {
  font-weight: normal;
  font-size: 11px;
  color: gray;
  font-style: italic;
  text-align: right; 
  border-bottom:1px solid #D6D6BC;
}

#content div{
  text-align: justify;
}

h2{
  border-bottom:1px solid #999988;
}