.music-content-title {
	margin-top: 20px;
	padding: 3px;
	color: lime;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	border-top: 2px dotted white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
}
.music-content {
	margin-bottom: 20px;
	padding-top: 10px;
	border-left: 2px solid white;
}

.music-category {
	padding: 3px;
	padding-left: 10px;
	color: yellow;
	font-weight: bold;
	border-bottom: 1px dashed red;
	border-left: 10px solid red;
}
.music-title {
	padding: 3px;
	padding-left: 10px;
	color: aqua;
	font-weight: bold;
	border-bottom: 1px dashed yellow;
	border-left: 10px solid yellow;
}
.music-comment {
	margin-bottom: 10px;
	padding: 3px;
	padding-left: 15px;
}

.music-link-category {
	margin-top: 10px;
	padding: 3px;
	padding-left: 10px;
	color: yellow;
	border-bottom: 1px dashed white;
	border-left: 5px solid aqua;
}
.music-link {
	padding: 2px;
	clear: both;
	height: 2em;
	border-bottom: 1px dashed #404040;
}
.music-link-title {
	float: left;
	width: 145px;
	text-align: center;
}
.music-link-comment {
	float: left;
}
