	/* Layout properties for your question  */
	.question{
		text-decoration:underline;	/* Bold font */		
		color:#663366;		/* 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:500px;*/
		
		/* This one should not be changed */
		display:none;
		font-size:12px;	
	}
