body {
  color: rgba(0,0,0,0.87);
  font-weight: 400;
  font-size: 13pt;
}
h1 {
  font-weight: 400;
  font-size: 24pt;
}
h2 {
  font-weight: 400;
  font-size: 16pt;
}
a {
  color: #3f51b5;
}
.main {
  padding-top: 13pt;
  max-width: 750px;
  width: 95%;
  margin: 0 auto;
}
p.footer {
  padding-top: 13pt;
  text-align: right;
  color: rgba(0,0,0,0.54);
}
p.small {
  font-size: 11pt;
}
address {
  font-style: normal;
}
img {
  min-width: 155px;
  width: 23%;
}
img.right {
  float: right;
  margin-left: 2%;
}
img.left {
  float: left;
  margin-right: 2%;
}
section {
  text-align: justify;
}
