@charset "utf-8";
/* CSS Document */
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
font-size: 12px;
color: #FFF;
background-image: url(img/MMR_09.jpg);
background-repeat:no-repeat;
text-align: center;
height:21px;
padding-top: 3px;
width: 134px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
cursor: hand;
cursor: pointer;
font-size: 12px;
color: #fff;
background-image: url(img/MMR_09.jpg);
background-repeat:no-repeat;
text-align: center;
height:21px;
padding-top: 3px;
width: 134px;
}

.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;
}
.a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 15px;
	color:#545727;
	}
	.thepet{
		width:100;
		margin:10px;}