p, blockquote{
  margin-bottom:10px;
  text-align:justify;
}
li{
  margin-bottom:10px;
}
underline{
  text-decoration:underline;
}
dfn{
  text-decoration:underline;
  font-weight:bold;
  color:#E81E26;
}
strong{
  font-weight:bold;
}
strong {font-weight:bold;}
em {font-style:italic;}
ul li{
  list-style-type:circle;
  margin-left:30px;
}
ol li{
  list-style-type:decimal;
  margin-left:30px;
}
blockquote{
  margin-left:30px;
  padding-left:10px;
  border-left:3px dotted #EDA11E;
}
h2{
  font-size:26px;
  color:#A64D2C;
  margin-bottom:20px;
  text-align:center;
}
h3{
  font-size:24px;
  color:#E81E26;
  margin-bottom:20px;
}
h4{
  font-size:20px;
  color:#A64D2C;
  margin-bottom:20px;
}

