.poem {
    margin: 3px 3px 30px 30px;
    width: 70%;
}
.skinny {
    margin: 3px 3px 3px 30px;
    width: 40%;
}
#note {
    font-style: italic;
    font-size: 80%;
    margin-top: 10px;
    line-height: 1.2em;
}
#roman {
    font-style: normal
}
#center {
    text-align: center;
}
#right {
    text-align: right;
}
.open {
    line-height: 2em;
    margin-bottom: 60px;
}
#internet {
    line-height: 1.2em;
    font-family: Courier, "Courier New", "Andale Mono", monospace;
    margin-left: 30px;
}
.poem a:link {
    color: #333333;
}
.poem a:visited {
    color: #999999;
}
.poem a:hover {
    color: black;
}
#indent {
    margin-left: 30px;
}
#bold {
    font-weight: bold;
}
#strike {
    text-decoration: line-through;
}
