@charset "utf-8";
/* CSS Document */
div.musicindex {
	width:250px;
	height:130px;
	float:left;
	font-size:9px;
	text-decoration:none;
	color:#999999;
	border:1px;
	border-style:solid;
	border-color:#999999;
	margin-top:5px;
	margin-right:5px;
	margin-left:0px;
	margin-bottom:0px;
	padding:5px;
	text-align:left;
}
.musicindex a{
	color:#660000;
	text-decoration:none;
}
.musicindex a:hover{
	color:#330099;
	text-decoration:none;
}
.musicindex img {
	width:120px;
	height:120px;
	float:left;
}
.musicindex p {
	margin-top:20px;
}
div.newmusicindex {
	width:250px;
	height:130px;
	float:left;
	font-size:9px;
	text-decoration:none;
	color:#999999;
	border:1px;
	border-style:solid;
	border-color:#999999;
	margin-top:5px;
	margin-right:5px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
}
.newmusicindex a{
	color:#660000;
	text-decoration:none;
}
.newmusicindex a:hover{
	color:#330099;
	text-decoration:none;
}
.newmusicindex img {
	margin:0px;
	border:0px;
}
.newmusicindex p {
	margin-top:20px;
}
.musicindexbutton {
	margin:0px;
	margin-top:105px;
	float:right;
	width:125px;
	height:25px;
}
.textunderindex {
	width:540px;
	height:auto;
	margin:0px;
	margin-top:10px;
	float:left;
	font-size:12px;
}
#textundertitle {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#990000;
}
#textundertitlearticlesub {
	font-size:28px;
	color:#999999;
	font-family:Garamond,Georgia, "Times New Roman", Times, serif;
}