/*BACKGROUND*/

.background {
	background-image: url();
	background-repeat: repeat;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*TEXT*/

.artists {
	font-family: Times New Roman;
	font-size: 15px;
	color: #000000;
	font-weight: ;
	line-height: ;
}
.selectedartist {
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: ;
	color: #992e25;
}


/*LINKS*/

a:link {
	font-family: Times New Roman;
	font-size: 15px;
	color: #000000;
	text-decoration:;
}
a:visited {
	font-family: Times New Roman;
	font-size: 15px;
	color: #000000;
	text-decoration:;
}
a:hover {
	font-family: Times New Roman;
	font-size: 15px;
	color: #992e25;
	text-decoration:;
}
a:active {
	font-family: Times New Roman;
	font-size: 15px;
	color: #000000;
	text-decoration:;
}
/*CSS Document*/
@charset "UTF-8";
/* CSS Document */

