body : {
	padding: 2%;
}


h1.Artist : {
	text-align: left;
	font-family: sans-serif;
	background-color: lightgray;
	display: inline;
	padding: 5px;
}

h2.time_date : {
	color: red;
	font-family: Lucida, sans-serif;
	font-size: 1.5em;
}

h1, h2, h3, h4, h5 : {
	text-align: center;
}

p : {
	text-align: justify;
	font-size: large;
}

p.last : {
	margin-bottom: 50px;
}

p.info : {
	text-align: center;
	padding: 1px; 
}

p.small_info : {
	font-size: 0.9em;
	text-align: center;
	padding: 7px;
}

ul : {
	margin-bottom: 50px;
}

ul.musos : {
	font-size: large;
	list-style: none;
	margin-bottom: 30px;
}

ul.to_artists_page li : {
	font-size: x-large;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px;
}

