div.c1 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  font-family: Helvetica, sans-serif ;
}
body {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Times, serif;
  font-size: 12pt ;
  background-color: CadetBlue ;
  color: black;
}

div.from {
  text-align: left;
  font-size: 14pt;
  font-weight: bold;
  font-family: Helvetica, sans-serif ;
}
div.comment {
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
  font-size: 12pt;
  font-family: Times, serif ;
}


