			.question {
				color: #739C10;
				font: italic bold 14px/28px "Trebuchet MS";
				background: url(../images/q.png) no-repeat left top;
				text-indent: 35px;
				margin-left: 10px;
				margin-right: 10px;
				text-align: left;
			}
			.answer {
				color: #333333;
				font: 14px/28px "Trebuchet MS";
				background: url(../images/a.png) no-repeat left top;
				text-indent: 35px;
				margin-left: 10px;
				margin-right: 10px;
				text-align: left;
			}