body {
   font-family: Georgia, Times, serif;
   background-color: #fff;
   font-size: 16px;
   color: #000;
   text-align: center;
}

a:link, a:visited {
   color: #666;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
   color: #301d1f;
}

#poem {
   line-height: 1.2em;
}

#footer {
   margin-top: 50px;
   font-size: 13px;
}

h1 {
   color: #301d1f;
   font-weight: normal;
   letter-spacing: 2px;
   margin-bottom: 30px;
}

#copyright {
   margin-top: 5px;
   font-size: 12px;
   color: #ccc;
}

p {
   margin-top: 20px;
}
