.question li:before {
	content: "Q: ";
	font-weight:bold;
	font-size:14px;
}

.answer li:before {
	content: "A:";
	font-weight:bold;
	font-size:14px;
}
li {
	list-style:none;
	list-style-position:outside;
}

#question li:before {
	font-weight:bold;
	font-size:14px;
	content: "Q: ";
}

#answer li:before {
	font-weight:bold;
	font-size:14px;
	content: "A: ";
}