	/* Layout properties for your question  */
	.question{
		cursor: pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
		color: #c31a2f; 
		text-decoration: underline;
		float: left;
	}
		
	.answer{
		display: none;	
		padding: 0px 15px 15px 15px;
		float: left;
	}
	
		
	.answer1{
		padding: 0px 15px 15px 15px;
	}