/* CSS Document */
.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;
}

.why{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 10px 0;
font-weight:bold;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #446995;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #759827;
}
