a, h1, h2, h3, h4, h5, hy, li, p, td, th {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
}
body {
	background-color: #fff;
	color: #ddd;
}
button, checkbox, file, input, radio, select, textarea {
	font-family: Geneva, Verdana, Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #000;
	background-color: #eee;
	border: 1px solid #111;
}
.artistLink {
	font-size: 9px;
	text-decoration: none;
}
.artistLocation {
	font-size: 12px;
	text-decoration: none;
}
.error {
	color: #f00;
}
.mainNav {
	font-size: 15px;
	font-weight:bold;
	color: #666;
	text-decoration: none;

}
.lnavCat {
	font-size: 15px;
	font-weight:bold;
	font-style:italic;
	color: #444;
	text-decoration: none;
}
.mainNav:hover, .artistLink:hover {
	color: #f00;
}
.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #666;
	letter-spacing: .5em;
	word-spacing: 1em;
	text-align: center;
}
.rowEven {
	background-color: #fff;
}
.rowOdd {
	background-color: #eee;
}
