body {
  margin-left: 35px;
  margin-right: 35px;
  font-family: Times;
  background-color: white ; 
  color: black;
}
h1 { 
  text-align: left ;
  text-transform: capitalize;
  font-weight: bold;
  color: red ;
  font-family: Helvetica, sans-serif ;
}
h2 {
  text-align: left ;
  text-transform: capitalize;
  font-weight: bold;
  font-family: Helvetica, sans-serif ;
  margin-left: 10px;
}
h3,h4 {
  text-align: left ;
  font-weight: bold;
  margin-left: 10px;
}
address {
  margin-left: 30px;
  font-size: 80%;
}
pre {
  font-family: Courier, fixed ;
}
.legal {
  margin-left: 35px;
  margin-right: 45px;
  font-family: Times;
  font-size: small ;
  background-color: white ;
  color: black;
}


