/* ===| TYPOGRAPHY |============================================*/
body{
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
  color: #000000;
  font-weight: normal;
  line-height: 14px;
}
p {
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
  color: #000000;
  font-weight: normal;
  line-height: 14px;
  padding-left: 10px;
}
h2{
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #526a0c;
  text-align: left;
  margin-left: 60px;
}
h1{
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  text-align: right;

}
h3{
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  color: #526a0c;
  text-align: left;
  margin-left: 10px;
}
#special-link a:link, #special-link a:visited {
  text-decoration:none;
  font-weight:bold;
  color: #6f8918;
}

#special-link a:hover, #special-link a:active {
  text-decoration: underline;
  color: #6f8918;
  font-weight:bold;
}
