/* CSS Document */
body {					/* Body */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin:0px 0px 0px 0px; 
	background-color:#BABBBE; 
}


h1 {					/* H1 */
	font-size: 32px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 8px 0 10px;
	color:#A7c817;
	font-weight:bold;
}

h2 {					/* H1 */
	font-size: 24px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 8px 0 10px;
	color:#A7c817;
	font-weight:bold;
}

.emphasis {font-style:italic;
font-weight:bold;
color:#8EAE03;}

.artist_full {float:right; margin-right:10px;}

a {text-decoration: none; font-size:12px; font-family:Geneva, Arial, Helvetica, sans-serif;}	/* All links */
a:link,
a:visited {color: #308F57}	/* Link color: Default */
a:hover,
a:active  {color: #6BC38F}	/* Link color: Hover */
