
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

table.layout {
    border-style: none;
}

table.layout td {
    vertical-align: top;
    padding: 0px 0px 0px 0px;
}

.content {
    padding: 0px 4px 4px 8px;
}

.songtitle {
    font-style: italic;
}
blockquote .songtitle, blockquote .title {
    font-style: normal;
}
.albumtitle, .title {
    font-weight: bold;
    font-style: oblique;
}
.artist {
    font-weight: bold;
}

.photocredit {
    font-style: oblique;
    text-align: right;
    font-size: x-small;
}


