﻿.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 5px 0;
font-family: Verdana; 
font-style: normal; 
font-weight: normal;
}

.openlanguage
{
    /*class added to contents of 2nd demo when they are open*/
    font-style: normal;
    color: #909090;
}

.closedlanguage
{
    /*class added to contents of 2nd demo when they are closed*/
    color: #A3661D;
}