@charset "utf-8";
body {
	background-color:white;
	margin: 2em;}
 h1 {
	font-size:130%;
	padding:0.3em;
	color:white;
	background-color:blue;
	width: 800px;}
 h2 {
	font-size: 125%;
	color: blue;
	margin-top: 3em;
	padding:1em;
	border-width:0px 0px 0px 8px;
	border-style:solid;}
 h3 {
	font-size: 125%;}
 p {
	font-size: 120%;}
 p.note {
	border:thin gray solid;
	margin:1em 1em 1em 1em;
	padding:0.5em;
	font-size: small;}

 blockquote{
	font-family: Courier, monospace;}

 pre{
	margin:0.5em 0.5em 0.5em 0.5em;
	background-color:#D5D5D5;}
 li {
	font-size: 120%;}

 img{
	border: hidden;}

 table {
	width: 800px;}

 td {
	font-size: 120%;}

 th {
	font-size: 120%;}
 th.false {
	font-size: 120%;
	color: blue;}
 th.true {
	font-size: 120%;
	color: red;}
 b.true {
	color: red;}
 b.false {
	color: blue;}	