.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold italic 1.1em Verdana, Arial, Helvetica, sans-serif;
margin: 10px 0;
}

.technology ul{ /*header of 2nd demo*/

   float: left;
   margin: 6px 0 15px;
   list-style: none;

}

.technology li{ /*header of 2nd demo*/
   float: left;
   margin-right: 0px;
   font-weight: normal;
text-transform: none;
text-align: left;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #76b1d4;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #464646;
}



