.a{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 13px/150% Georgia, "Times New Roman", Times, serif;
margin: 10px 0px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;


.togglehtml li{
margin-bottom: 8px;
}

.myheader{
cursor: hand;
cursor: pointer;
}

.mycontent{
padding-top: 2px;
padding-bottom: 9px;
}
