body {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	background-color: white;
	color: black;
}

span.artist {
	font-weight: bold;
}

span.feat\., span.pres\. {
	font-style: italic;
}

span.title {
	/*font-style: italic;*/
}

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;
}

.albumart {
	float: right;
}

#copyright {
    margin-top: 3em;
    font-size: x-small;
    width: 20em;
}

#copyright p {
    margin-top: 0;
    margin-bottom: 0;
}
