/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	background-color: #F3F2E9;
}
.artist {
	color: #605151;
	font-weight: normal;
	font-size: 0.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
}

.title {
	color: #864265;
	font-size: 0.85em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
}
p {
	line-height: 1.3em;
	font-size: 62.5%;
	padding-bottom: 0.2em;
}
.padding {
	padding-left: 15px;
	line-height: 1em;
}
img {
	border: 1px solid #FFF;
}

