.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #DC0066;  
font-weight: bold; 
font-family: Arial;
font-size: 12px;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #5C5C5C;  
	font-weight: bold; 
	font-family: Arial;
	font-size: 12px;
}