* {
    font-family: verdana, sans-serif;
    color: #222;
}

h2 {
    font-size: 1.1em;
    color: #E23A00;
    font-weight: bold;
    text-align: left;
}

a h2, h2 a {text-decoration: underline;}

div.subtitle {
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

img.img_left {
    border: solid 1px #0E607D;
    padding: 2px;
    margin: 2px 5px 5px 0px;
    float: left;
}

img.img_right {
    border: solid 1px #0E607D;
    padding: 2px;
    margin: 2px 0px 5px 5px;
    float: right;
}

img.img_play {
    padding: 2px;
    float: right;
    border: none;
}

div.a_song {
    float: left;
    width: 420px;
    padding: 3px;
    border-bottom: solid 1px #0E607D;
    clear: both;
}

img.img_left_single {
    border: solid 1px #0E607D;
    padding: 2px;
    margin: 2px 5px 5px 0px;
    clear: both;
}

div.hidden_hr_visible {
    width: 100%;
    height: 1em;
    clear: both;
    border: solid 1px red;
}

div.hidden_hr_invisible {
    width: 100%;
    height: 1em;
    clear: both;
}

