@charset "UTF-8";
/* CSS Document */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
text-decoration:underline;



}

.openpet{ /*class added to contents of 1st demo when they are open*/
	
}

.thepet{
	padding: 0 0 0 12px;
}
