
body, div, p, th, td, li, dd {
	color:              #444;
	background-color:   #fff;
	font-family:        Verdana, sans-serif;
	font-size:          8pt;
}
img {
    border-width:       0px;
	margin:				8px;
}
A, A:link, A:visited, A:active {
	color:				#333;
	background-color:	#F5F5D2;
}
A:hover {
	text-decoration:	none;
	color:				#000;
	background-color:	#fff;
}

h1 {
	font-family:	Georgia, serif;
	font-size:		36px;
	font-style:		italic;
	text-decoration: underline;
	color:			#555;
	margin:			8px 0 0 4px;
	float:			left;
}

hr {
	height:			1px;
	color:			#ccc;
	border:			none;
	border-top:		1px solid #bbb;
	width:			100%;
}

.separator {
	background-image: 	url(../pix/shadow480.jpg);
	width:			480px;
	height:			8px;
	margin:			0 auto 16px auto;
}
.mix {
	border-top:		1px dashed #000;
	border-bottom:	1px dashed #000;
	margin-top:		16px;
	margin-bottom:	0px;
}
.cover {
	float:			right;
}
.cover img {
	margin:			0px;
}
.cover .shadow {
	background-image:	url(../pix/shadow256.jpg);
	width:			256px;
	height:			8px;
}
.note {
	color:			#666;
	border:			0px;
	background-color: inherit;
	padding-left:	4px;
	padding-top:	4px;
	padding-bottom: 4px;
}
.heading {
	background-color: #cec;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dashed #999;
	border-left: 1px dotted #444;
	border-right: 1px dotted #444;
}
.heading .note {
	padding-left: 0;
	background-color: #cec;
}
.mixer {
	font-weight:	bold;
	font-size:		13pt;
}
.title {
	font-weight:	bold;
	font-size:		13pt;
	font-variant:	small-caps;
	letter-spacing: 0.1ex;
}
.details {
	margin-left:	4px;
	margin-top:		4px;
	margin-bottom:	4px;
	color:			#777;
	font-size:		8pt;
}
.link {
	margin-top:		8px;
	margin-bottom:	8px;
}
.tracks {
	margin-top:		8px;
	margin-left:	4px;
	padding:		4px 0 4px 0;
	border:			1px solid #aaa;
	background-color: #eee;
}
.tracks ul {
	list-style-position: inside;
	list-style-type: katakana;
	margin:			0px 0px 0px 4px;
	padding:		0px;
}
.artist {
	color: #354;
	padding-left: 4px;
}
.track {
	color: #234;
	font-style:		italic;
}
.footer {
	text-align:	center;
	color:		#888;
}
