.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	width:90%;
	margin-top:10px;
	margin-left:35px;
	line-height:16px;
}
.mypets:hover{
	color:#990000;
}

.thepet p{
	padding:2px 40px 2px 40px;
	font-size:8pt;
}
.openpet{ /*class added to contents of 1st demo when they are open*/
	background: transparent;
}
