.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 8px 50px;
margin-top:2px;
background:#CEEDF7 url(../images/plans-heading.jpg) no-repeat;
font-size:12px;
font-weight:bold;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:#B4E3F3 url(../images/plans-heading2.jpg) no-repeat;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}