.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*/
}

.technology{ /*header of 2nd demo*/
cursor: pointer;
margin: 0px 0;
	color:#666666;
	
}
.menu{ /*header of 2nd demo*/
cursor: pointer;
margin: 10px 0;
	color:#666666;
	font-size:120%;
	font-weight:700;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #666666;
	padding-top: 20px;
	font-size: 80%;
	font-weight: bold;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #999999;
	font-size: 90%;
}

