.poetryitem {
    width: 150px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 1.2em;
}

.poetryitem a {
    text-decoration: none;
}

.poetryitem a:hover {
    color: aqua;
}