body h3 {
	font-size: 1.3em;
	color: #000
	}

.headline { /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 3px 6px;
border: 1px solid #c0cdd9;
background: #d5dee6;
}

.headlineOpen { /*class added to contents of 1st demo when they are open*/
background: #c0cdd9;
}

.newsText {
	font-size: 1.1em;
	}