@charset "utf-8";
/* CSS Document */

.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 5px 0px;
	/*border: 1px solid gray;*/
/*background: #E1E1E1;*/
    color:#721F14;
	font-size: 16px;
	font-weight: bold;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
/*background: yellow;*/
    color:#721F14;
}

.openpet a{
	color:#F00;
	text-decoration:underline;
}

.openpet a:hover{
	color:#F00;
	text-decoration:none;
}

.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;
}