.technology{ /*header of 2nd demo*/
cursor: pointer;
/*font: bold 14px Verdana;*/
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #8a6845;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: black;
}
.thelanguage{
margin-top:10px;	
}
.question{
cursor: pointer;	
}
.question a{
color: black;	
}
.question a:hover{
color: #8a6845;	
}
