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(0, 128, 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;
}


p.dk {
  font-family: garamond, georgia, palatino, monospace;
  font-size: 1em;
  color: #000000;
  margin-right: 70%;
  text-align: justify;
}


p.kiki {
  font-family: garamond, georgia, palatino, monospace;
  font-size: 1em;
  font-style: italic;
  color: #000000;
  background-color: #FFFFFF;
  text-alignment: left;
  margin-left: 6%;
}


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: #008000;
}


h2 {
  font-size: 1.2em;  
}


a.home {
  font-family: garamond, georgia, palatino, monospace;
  font-weight: bold;
  font-size: 1.4em;
  text-decoration: none;
  color: #008000;
}
