body {
    background-color: Window;
    color: WindowText;
}

@media screen {
    body {
        font-family: Verdana, sans-serif;
        font-size: small;
    }
}

span.title {
}

span.artist {
    font-size: smaller;
    font-style: italic;
}

span.feat, span.remix {
    font-size: smaller;
    color: GrayText;
}

.lyric {
    text-align: left;
    margin-left: 2.5em;
}

table.info {
    float: right;
    clear: right;
    font-size: x-small;
}
table.info th {
    text-align: right;
    vertical-align: top;
}
table.info td {
    text-align: left;
    vertical-align: top;
}

a {
	color: rgb(10%, 40%, 100%);
	text-decoration: none;
}

a:visited {
	color: rgb(00%, 30%, 50%);
	text-decoration: none;
}

a:hover, a:active {
	color: rgb(100%, 30%, 40%);;
	text-decoration: underline;
}
