@charset "utf-8";
/* CSS Document */

	  BODY  {
	   	font-family : Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	  	font-size : 12px;
		line-height: 20px;
}

td, th {
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding: 0 0 0 0;  /* this is where to add 5px 5px 5px 5px for space */
}

#content-left {
	width: auto;
	padding: 1em 2em 2em 1em;
	float: left;
	margin: 5px 0px 5px 5px;
	vertical-align: top;
	max-width: 570px;
}

h2.soon {
	font-size: 15px;
	font-weight: 900;
	color: #000000;
}

dt {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a.artist:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-weight: normal;
	color: #000066;  /* navy blue */
	font-size: 12px; 
}


a.artist:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-weight: normal;
	color: #990000;  /* red */
	font-size: 12px; 
}

a:artist:hover {
	text-decoration: underline; 
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-weight: normal; 
	color: #000066;  /* navy blue */
	font-size: 12px;
}

a.artist:active {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-weight: normal;
	color: #000066;  /* navy blue */
	font-size: 12px;
}