
#list1 h4{
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #34350C;
	border: none;
}
#list1 h4:hover {
	color: #000;
	background-color: white;
}
#list1 h4.selected {
	color: white;
	background-color: #000;
	border-bottom: 1px solid black;
}

