@charset "utf-8";
/* CSS Document */

.poem {
font-family:Georgia, serif;
font-weight:light;
color:#555;
}
.poem p {
margin:0;
padding:0;
margin-bottom:.3em;
font-size:1.5em;
}
.poem h3 {
font-family:Georgia, serif;
font-weight:normal;
color:#666;
border-top:1px solid #ccc;
padding-top:10px;
font-size:2em;
}