@charset "UTF-8";
/* CSS Document */

.question {
	font: "Arial Black";
	size: 20px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	color:#db2b17;
	border: 1px solid #333333;
	background-color:#CCC;
	width: auto;
}

.answer {
	font: Arial, Helvetica, sans-serif;
	size: 14px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style:oblique;
	padding: 5px;
	display: block;
	width:auto;
	margin-left:35px;
	
}

.user {
	font-weight: bold;
}

.prompt {
	border: 1px solid #db2b17;
	background-color:#FFFFFF;
	padding 5px;
	width: 160px;
	text-align:center;
	display: block;
	height: 20px;
	line-height: 20px;
}

.answerh1 { font-weight:bold; }

hr { margin-bottom: 25px; }