

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-size:13pt;
	color:#777777;
	font-weight:normal;
	padding:0px;
font-family: Arial, Helvetica, sans-serif;

}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
font-size:13pt;
	color:#777777;
	font-weight:normal;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
font-size:13pt;
	color:#777777;
	font-weight:normal;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

