/* -- import styles for artist page sections -- */
@import url("main.css");
@import url("artists_secondary.css");#artists #wrapper #content #artistList div h2 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
#artists #wrapper #content #artistList div p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
#artists #wrapper #content #artistList div table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#artists #wrapper #content table tr th {
	text-align: left;
}
