
.mypets{ /*header of 1st demo*/
    cursor: hand;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height: normal;
	font-weight:bold;
	text-decoration: none;
	color:#486fa2;


}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:none;
}


.thepet{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height: normal;
	font-weight:normal;
	text-decoration: none;
	color:#666666;


}

