 
H1{
  line-height : 18pt;
  text-align : center;
  margin-left : 24pt;
  margin-right : 24pt;
  

  color : red;
  font-size : x-large;
}
BODY{
  line-height : 18pt;
  text-align : left;
  margin-left : 24pt;
  margin-right : 24pt;
}
H2{
  font-size : x-large;
  color : white;
  background-color : maroon;
  margin-top : auto;
  line-height : normal;
}
