	/* 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: 1px solid #555555;		padding:3px;		width:490px;		background-color:#E2EBED;				/* This one should not be changed */		display:none;		}		