.border {
	border: 1px solid #660000;
}
.borderDotted {
	border: 1px dotted #660000;
}
.border_Top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	}

.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.artist_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #660000;
	text-decoration: none;
}
a.artist_links {
    color:#660000; 
}
a.artist_links:active {
	color:#0099CC;
	text-decoration: underline;
}
a.artist_links:visited {
    color:#990000;
}
a.artist_links:hover {
	color:#660000;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}

