body {
	color: #7A1712;
	background: #FFFFd0;
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

li {
	padding-bottom: 5px;	
}

hr {
	border: 1px solid #0066FF;
}

a:link {
	color: #660033;
}

a:visited {
	color: #FC7850;
}

a:active {
	color: #E6E658;
}

.backbutton {
	font-weight: bold;
	font-style: italic;
}

.question {
	font-weight: 600;
	font-style: italic;
}

.credits {
	font-size: 0.6em;
	font-style: italic;
	text-align: center;
	width: 100%;
}

p.one_and_ahalf {
	line-height: 35px
}