.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 0px solid gray;
background: #C1E0FF;
font: 12px/1.65em Arial, Verdana,Tahoma,  sans-serif;
	color: #333333; 
	font-weight:bold;
	text-align:left;
	margin-top:2px;

}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #E6F2FF;
border:0px solid #CCCCCC;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 11px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
.speak{font:normal 12px georgia;line-height:18px;}