h3 {
	height: 30px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	cursor: pointer;
}

#content-box #text h3.selected {
	background: #7cacc2;
	color: #fff;
}

p {

	padding: 10px;
}
