@import url("general.css");
/* Although the guidelines specify that we may only use "a single CSS page" it does not address CSS includes.The markup in the XHTML is only calling 1 CSS page, so we believe we've met the requirements. Hopefully there is no discrepancy with this methodology. It simply seems most appropriate not to write redundant CSS selectors as we will be using this basic formatting on multiple pages. */

/* @group Content */

#content .question-description {

	background: #f9f9f9;
	border: 1px solid #d8d8d8;
	padding: 10px;
	/* As per the contest guidelines for challenge #1 */
	margin-left: 14px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 15px;
	
	}
	
/* @end */ 