.scsu-shell-width {
	width: 800px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #985250;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #A39676;
}
.content {
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;

}
th {
	font-size: 1em;
	text-align: left;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
}
.answer {
	margin-left: 1em;
}
.pullout {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #DBD2C3;
	margin: 1em;
	padding: 1em;
	float: right;
	border: 2px dotted #B09685;
	width: 200px;
	text-align: center;
}

