.basic  {
	width: 465px;
	/*border: 1px solid #660099;*/
	border:none
}
.basic div {
	background-color: white;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	/*text-decoration: none;*/
	font-size: 12px;
	font-family : Arial;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-size: 15px;
	font-family : Arial;
	color: #660099;
	background-color: white;
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;*/
	
}
.basic a:hover {
	/*background-color: #FF6600;*/
	color : #FF6600;
}
.basic a.selected {
	background-color: #FF6600;
	color : white;
}
