@charset "UTF-8";
.questions/* CSS Document */

{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #018D8E;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #005F80;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #666666;
}

