
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 5px 0;
text-decoration:underline;
 
}

.thelanguage{ /*header of 2nd demo*/
  overflow: hidden;
	margin-top: 0px;
	padding-bottom: 2px;
	color: #666;
	margin-left:3px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}

 
.thelanguage a { color: #060; text-decoration: none;}
.thelanguage a:link { color: #060; text-decoration: none;}
.thelanguage a:hover { color: #030; text-decoration: underline;}



.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #0000FF;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #0000FF;
}


.que{
display: block;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-size: 11px;
	margin-top: 5px; margin-bottom: 3px;
	font-weight: bold;
	}

.que a{

color: #fff; text-decoration: none;
}