.basic  {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
}
.basic div {
	background-color: #C8D98D;
}
.basic p {
	margin-bottom: 10px;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	font-size: 15px;
	padding: 8px;
	color: #054a01;
	font-weight: bold;
	border: 0px;
	background: #C8D98D;
}
.basic a:hover {
	background: #ACBB79;
}
.basic a.selected { background:#ACBB79;}



