body
{
  color: black; 
  background: white;
  font: 11pt, Times, sans serif;
  margin-right: 5%;
  text-align: justify; 
}

A:link, A:visited {
   background: white; 
   color: black; 
   text-decoration: underline;
   font-weight: bold;
}

H1, H2, H3 {
   background: white; 
   color: black; 
   padding-bottom: 1px;
   border-bottom: 1px solid gray;
   page-break-after: avoid;
   text-align: left; 
}

P.poem {
  margin-left: 25%;
}
