* { 
	margin: 0;
	padding: 0;
	font: 11px "trebuchet ms", tahoma, verdana, arial, sans-serif;
/*
	font: 11px "century gothic", tahoma, verdana, arial, sans-serif;
	font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
*/
}


body {
	background-color: #ffffff;
	background: #ffffff url(http://brainwashed.com/lpd/images/bg-winged.jpg) no-repeat 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 100px 0 0 160px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}

#jbbody {
}


div {
	}
	
h1, .artistHeader, .artistHeader a {
	font: 18px "Times New Roman", times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h2, .titleHeader {
	font-size: 14px;
	font-weight: bold;
	}
	
.titleHeader {
	font-style: italic;
	margin-bottom: 16px;	
}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}
	
p {
	padding-bottom: 12px;
}


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

a {
/*
	color: #d19fa8;
*/
	color: #000099;
	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;
}