/*************** MUSIC STYLES - music.html ****************/

h2{
    color: #722;
    font-size: 1.5em;
}

h3{
    color: #8B2727;
    font-variant: small-caps;
    text-indent: 1em;
    font-size: 1.4em;
}

table{
    border-spacing: 0px;
    border-collapse: collapse;
}

thead{
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

thead td{
    border-bottom: 1px solid black;
}

tbody td{
    padding: 10px;
    vertical-align: top;
}

tbody tr td:first-child{
    font-style: italic;
}