.todo {
	background-color: red;
}

body {
	font-family: "Times New Roman", Roman, serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans;
}

div.toc { margin-left: 20; margin-right: 20; background: #f5f5f5; }
ul.l1 { list-style-type: none; list-style-type: none; font-size: 130%;
        margin-top: 0; margin-bottom: 0; padding-left: 0;
        background: #f5f5f5; }
ul.l2 { list-style-type: none; font-size: 90%; padding-left: 20; }
ul.l3 { list-style-type: none; font-size: 86%; padding-left: 20; }
ul.l4 { list-style-type: none; padding-left: 20; }
li.even { background: #eeeeee; }
li.odd { }

table {
	border: solid grey 1px;
}
table table {
	border: none;
}
td, th {
	padding: 2pt;
	margin: 0pt;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
}

pre {
	background-color: #e6e6ff;
	width: auto;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.5em;
	border: solid grey 1px;
}

@media print {
	body {
		font-size: 10pt;
	}
	.toc-container {
		page-break-before: always;
	}
	.toc-container a {
		text-decoration: none;
		color: black;
	}
	h1 {
		page-break-before: always;
	}
	.titlepage h1 {
		page-break-before: auto;
	}
	.tocbacklink {
		display: none;
	}
	pre {
		widows: 20;
		orphans: 20;
	}
}
