html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}


body { 
  font-family: garamond, georgia, palatino, monospace;
  font-size: 1em; 
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
}  


div#sidebar {
  position: absolute; 
  top: 4em;
  left: 3em; 
  width: 12em; 
  height: 100%; 
}


div#poetry {
  position: relative;
  width: 45%;
  margin: 5em 0 2em 16em;
  padding: 0em 2em 0 3em;
  height: auto;
  min-height: 100%;
  border-left: medium solid rgb(153, 0, 0); 
}


div#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}


p.justify {
  font-family: garamond, georgia, palatino, monospace;
  font-size: 1em;
  color: #000000;
  text-align: justify;
}
  

p.center {
  font-family: garamond, georgia, palatino, monospace;
  font-size: 1em;
  color: #000000;
  text-align: center;
}


pre {
  font-family: garamond, georgia, palatino, monospace;
  font-size: 1em;
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
  text-alignment: left;
}


h1 {
  font-weight: bold;
  font-size: 1.4em;
  color: #990000;
}


h2 {
  font-size: 1.2em;  
}


a.home {
  font-family: garamond, georgia, palatino, monospace;
  font-weight: bold;
  font-size: 1.4em;
  text-decoration: none;
  color: #990000;
}


a.plain {
   font-family: garamond, georgia, palatino, monospace;
   font-size: 1.2em;
   text-decoration: none;
   color: #990000;
 }


a.small {
   font-family: garamond, georgia, palatino, monospace;
   font-size: 1em;
   text-decoration: none;
   color: #990000;
 }
