	.question{

		cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
	}
		
	.answer{
		
		padding:3px;
		width:500px;
		
		/* This one should not be changed */
		display:none;	
	}