h1.question
{
	background-image: URL(../images/q.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 10px;
	height: 40px;
	margin-bottom: 10px;
}
.answer
{
	background-image: URL(../images/a.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 10px;
	min-height: 40px;
	width: 410px;
}
.answer p
{
	font-size: 1em;
}
