body {
	background-color: #EAE9D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e3b29;
	line-height: 10px;
	  }


.contact {
	color: #EAE9D8;
}

a {
	color: #97620e;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 12px;
}

a:hover {
	background-color: #e3e5c2;
}

a.email {
	color: #EAE9D8;
	text-decoration: none;
	text-transform: lowercase;
}
a.inline {
	text-transform: lowercase;
}

a.email:hover {
	background-color: #97620e;
	color: #EFEFEF;
	}
	
.setlist {
	text-transform: capitalize;
	line-height: 12px;
}
