@charset "utf-8";
.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 5px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	/*background: ffffff;*/
	color: #96171E;
}
.thepet{
	/*background: ffffff;*/
	padding-left: 15px;
	color: #000000;
}

