<!-- tag references{  }

.accordian-header{ 
cursor: hand;
cursor: pointer;
font-size: 13px;
margin: 10px 0;
font-weight: bold;
}

.accordian-area img{
position:static;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #da160d;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #002b64;
}