@charset "UTF-8";
/* CSS Document */

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color: #00A;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #D00;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #00A;
}

.thelanguage{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #444;
}
