.rolltitle { /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin:0;
	padding:0;
	font: 12px Tahoma, Arial;
	
	line-height:20px;
	
	/*border:1px solid #000;*/
}

.rolltitle:hover {
	/*background-color:#0000ff;*/
	
}

.rollcontent {
	padding:0;
	/*padding-left:20px;*/
	/*border:1px solid #000;*/
	
}
.open_rollcontent{ /*class added to contents of 2nd demo when they are open*/
	color:#000;

}

.close_rollcontent{ /*class added to contents of 2nd demo when they are closed*/

}