.outline {
	font-family: Arial;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: smaller;
	max-width: 100%;
}
.outline table {
	font-size: small;
	margin-bottom: 50px;
	max-width: 100%;
}
.outline table td {
/*	padding-right: 8px;*/
}
.highlight {
	background-color: #FFFFC0;
}
td.level0 {
	padding-left: 0.3em;
}
td.level0, td.level0 ~ td {
	background-color: #E0E0E0;
	border-bottom: white solid;
	border-bottom-width: 3px;
}
td.level1 {
	padding-left: 30px;
}
td.level2 {
	padding-left: 60px;
}
td.level3 {
	padding-left: 90px;
}
.outline li {
	list-style-type: none;
}
.outline li:before {
	content: "* ";
}
.footnote {
	font-size: smaller;
}
