.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
color: white;
margin: 10px 0;
text-align: left;
/*background-image:url(/images/accordianLinkBG.png);*/
height: 25px;
width: 740px;
padding-top: 6px;
background-repeat: no-repeat;
padding-left: 3px;
}



.expand{
margin: 10px 0;
text-align: left;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #fefe00;
text-decoration:underline;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: white;
}

.thelanguage a:link{
color: yellow;
}

.thelanguage a:hover{
color: lime;
}

.thelanguage a:visited{
color: red;
}