.header {
  text-align: center;
}

.body {
  font: 100% times, serif;
  color: #000000;
  background-color: #ffffff;
}

.title {
  min-height: 25px;
 
  /*margin-bottom: 10px;*/
  border-bottom: 1px solid;
  font-size: 125%;
  text-align: left;
}

.info {
  
  /*margin-bottom: 10px;*/
  text-align: left;
}

.footer {
  
  border-top: 1px solid;
  font-size: 75%;
  text-align: center;
}