

.myamey{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 2px solid black;
background: #333333;
color:white;
font: 12px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:maroon;
}

.thepet
{
	text-align: justify;
}
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px 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: white;
}

