#article {
  color: #000;
  font-family: "Times New Roman";
  font-size: 10pt;
  font-weight: normal;
  width: 550px;
  text-align: justify;
}

#article p {
  text-indent: 20pt;
}

#article p.h {
  text-indent: 0;
  font-size: 14pt;
  font-weight: bold;
  font-family: Arial, Sans-serif;

}

#article p.b {
  text-indent: 0;
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial, Sans-serif;
}

#article p.contact {
  text-indent: 0;
  font-size: 9pt;
  font-style: italic;
  text-align: left;
}

#article a,a:visited {
  color: #00F;
  font-weight: normal;
  text-decoration: underline;
}
