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

.head1{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font-family: "Century Gothic", Arial;
	font-size: 1em;
	font-weight: bold;
/*margin: 10px 0;*/
}

.opencontdetails{ /*class added to contents of 2nd demo when they are open*/
	color: #03F;
}

.closedcontdetails{ /*class added to contents of 2nd demo when they are closed*/
	color: #000;
}
