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

.head2{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.opencontdetails2{ /*class added to contents of 1st demo when they are open*/
	background-color: #F90;
}
