span.scrolled {
	background-color: red;
}

#news {
  height: 100px;
	width: 300px;
	overflow-y: scroll;
}