* { 
	margin: 0;
	padding: 0;
	font: 12px arial, helvetica, geneva, 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/annie/images/face_bg.jpg) no-repeat 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 100px 0 0 270px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}

#anniebody {
}


div {
	}
	
h1, .artistHeader, .artistHeader a {
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	}
	
h2, .titleHeader {
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	}
	
.titleHeader {
	font-style: italic;
	margin-bottom: 16px;	
}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	}
	
p {
	padding-bottom: 12px;
}


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

a {
	color: #660099;
	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;
}

b, strong {
	font-weight: bold;
}