p {
	padding: 1em;
	margin: 0px;
}

body {
	background: url('../images/bigmike3.jpg') fixed;
	margin: 2em;
}

.question {
	font: italic bold 13pt "Palatino Linotype", Tahoma;
	color: black;
	background-color: #FFF8C6; /* FFE6CC */
	line-height: 130%;
}

.askerinfo {
	font: normal 10pt Arial;
}

.answer {
	font: normal 13pt Arial,Times;
	line-height: 130%;
}