body, h1, h2, h3, ul, li, p {
	margin: 0;
	padding: 0;
	}
body {
	color: #000;
	font: 12.5pt/1 "helvetica neue", helvetica, arial, sans-serif;
	}
#container {
	background: #fff;
	margin: auto;
	width: 401pt;
	}
a {
	color: #666;
	}
h1 {
	color: #930;
	border-bottom: 1pt solid #d5d5d5;
	font-size: 20pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	padding-bottom: 4pt;
	}
p {
	margin-bottom: 10pt;
	}
table {
	font-size: 15pt;
	}
tr {
	display: block;
	}
.quiz tr {
	border-bottom: 1px solid #e5e5e5;
	line-height: 2;
	}
table.wordsearch td {
	border: 0 solid #fff;
	border-width: 1pt 1pt 0 0;
	text-transform: uppercase;
	text-align: center;
	display: block;
	float: left;
	padding: 1pt;
	width: 17pt;
	height: 17pt;
	}
.quiz td.true {
	color: #666;
	width: 15pt;
	}
.quiz td.false {
	color: #666;
	width: 15pt;
	}
.quiz td.question {
	border-left: 1px solid #e5e5e5;
	padding-left: 5pt;
	}
h2 {
	color: #036;
	font-size: 15pt;
	margin-top: 10pt;
	margin-bottom: 5pt;
	}
ul {
	list-style: none;
	}
li {
	font-size: 12.5pt;
	line-height: 15pt;
	float: left;
	width: 80pt;
	}