body {
	background-color: #fff;
	color: #000;
}

tt {
	background-color: #ccc;
	color: #000;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

h1, h2, h3, h4 {
	color: #79c;
}

h1 {
	border-bottom: 3px solid #79c;
}

h2 {
	border-bottom: 1px solid #79c;
}

h3 {
	border-bottom: 1px dashed #79c;
}

a {
	color: #79c;
	font-weight: bold;
}

a:hover {
	background-color: #eee;
	text-decoration: none;
}

div {
	margin-bottom: 1em;
}

div.note {
	font-style: italic;
}

div.note:before {
	content: "Note: ";
}

td {
	vertical-align: top;
}

thead {
	background-color: #79c;
	font-weight: bold;
}

thead td {
	padding: 0.3em;
}

table.roadmap td {
	border-bottom: 1px solid #79c;
}
