div {
  border: solid none;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 920px;
  color: black;
}

h1 {
  font-size: 16px;
}

.boxA1{
  float: none;
  width: auto;
  height: auto;
  border: solid none;

  font-family:"Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size:12px;
  line-height:2.0em;
  letter-spacing:0.5pt;
  font-weight:normal;
}
.boxA2 {
  float: none;
  width: auto;
  height: auto;
  border: solid none;
  line-height: 2.0em;

  font-family:"Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size:12px;
  line-height:1.5em;
  letter-spacing:1.0pt;
  font-weight:normal;

 }
