/* CSS definition file containing site wide stylesheets */

.BLACK {
	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(0,0,0);
 	border: 3pt dotted rgb(153,0,0);
 	padding: 6pt
}

BODY {
	background-color: rgb(15,15,15);
 	background-image: url( "../assets/images/newblackpattern1.jpg" );
 	background-repeat: repeat;
 	background-position: right top
}

.artists {
	font-size: 12px;
 	color: rgb(255,255,255);
 	line-height: 15px;
 	font-weight: bold;
 	background-color: rgb(0,0,0);
 	border: 3pt dotted rgb(255,255,255);
 	padding: 8pt
}

.NEWHEADD {
	background-color: transparent;
 	background-image: url( "../assets/images/abscoverlgTop.gif" );
 	background-repeat: no-repeat;
 	background-position: top
}

.splash {
	background-color: transparent;
 	background-image: url( "../assets/images/abscoverlg.gif" );
 	background-repeat: no-repeat;
 	background-position: top
}