@charset "UTF-8";
body {
	background-color: #000000;
			}
h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

a:link {
	text-decoration: none;
	color: #900;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
	
	
.artist_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.small_link {
	font-family: Arial;
	font-size: 10px;
	color: #900;
	text-decoration: none;
	font-weight: normal;
}




.content_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

