	/* Layout properties for your question  */	.question{		font-weight:bold;	/* Bold font */				color: #FF0000;		/* The questions is in red */		cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */	}			.answer{		/* Layout properties - You can change these */				border: 0px solid #FFF;		padding:3px;		width:740px;		background-color:#FFF;				/* This one should not be changed */		display:none;		}		