﻿.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 0px solid gray;
background: #EED9B3;
width:418px;
margin-bottom:5px;
color :#990000;
font-weight:bold;
}

.openpet{ /*class added to contents of 1st demo when they are open*/

background-color:#957F67; 
color:#fc0;
}











