fieldset { padding: 8px; border:0px; font-color:black;}
legend { font-weight: bold; font-size:10px; }
#list1  {
	width: 100%;
	font-family: verdana;
	margin:  0px;
	padding: 0px;
	border: 0px solid black;
}
#list1 p {
	margin-bottom : 10px;
	border: none;
	color: black;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	background-color: #ffffff;
	overflow: hidden;
}
#list1 h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: lighter;
	font-size: 10px;
	color: #242424;
	background-color: #e9e9e9;
	border: none;
}
#list1 h3:hover {
	color: #20a613;
	background-color: white;
}
#list1 h3.selected {
	color: white;
	background-color: #696e71;
	border-bottom: 1px solid black;
}


