* { 
	margin: 0;
	padding: 0;
	font: 12px "times new roman", times, roman, serif;
}


body {
	background: #000 url(http://brainwashed.com/diamanda/images/2009bg.jpg) no-repeat 0 0;
	background-attachment: fixed;
	color: #fff;
	margin: 80px 0 0 200px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}


div {
	}
	
h1, .artistHeader, .artistHeader a {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h2, .titleHeader {
	font-size: 13px;
	font-weight: bold;
	}
	
.titleHeader {
	font-style: italic;
	margin-bottom: 16px;	
}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 16px;
	}
	
p {
	padding-bottom: 12px;
}


ol, ul {
	margin-left: 25px;
	padding-bottom: 16px;
}

a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
.notes, .reviews p, .discussion p, .lyrics p {
	border-top: 1px dotted #000;
}

i, em {
	font-style: italic;
}