.basic  {
	width: 600px;
	font-family: Trebuchet ms, sans-serif;
	
}
.basic div {
	background-color: white; 
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor: pointer;
	display:block;
	padding:5px;
	margin-top: 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: 17px;
	color: #525016;
	background-color: white;
	border-top: none;
	border-bottom: 2px solid #FBD61E;
	font-weight: bold;

	}
