body {
	background-color: white;
	margin: 25px;
	/*text-align: center;*/
}

h3 {
	color: #b3996b;
	margin-top: 0;
	padding-top: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

p {
	color: #222057;
	font: .9em Georgia, "Times New Roman", Times, serif;
}

ul {
	padding-left: 20px;
}

li {
	color: #222057;
	list-style-type: none;
	text-align: left;
	font: .9em Georgia, "Times New Roman", Times, serif;
}

table {
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	background-color: #b3996b;
	border-collapse: collapse;
}

th {
	background-color: white;
	text-align: center;
	border-top: 1px solid #8b7653;
}

td {
	border-bottom: 1px solid #8b7653;
}

p.question {
	font-weight: bold;
	font-style: italic;
}
