.titulo{
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.aberto{ /*class added to contents of 2nd demo when they are open*/
	color: #F60;
}

.fechado{ /*class added to contents of 2nd demo when they are closed*/
	color: #030;
}.Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
}
