body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin: 40px auto;
	max-width: 850px;
	padding: 0 20px;
	line-height: 1.4;
	font-size: 16px;
}

/* Classic Web 1.0 Hyperlinks */
a {
	color: #0000ee;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
}

/* Header Setup */
.header-container {
	width: 100%;
	margin-bottom: 5px;
}

.main-title {
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.main-title img {
	vertical-align: middle;
	margin-right: 8px;
}

hr {
	border: 0;
	border-top: 1px solid #aaaaaa;
	margin: 15px 0;
}

/* Clean Section Directories */
.section-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 6px;
}

.directory-links {
	margin-bottom: 15px;
}

.directory-links a {
	white-space: nowrap;
}

.meta-row {
	margin-bottom: 6px;
}

.bold-prefix {
	font-weight: bold;
}

/* Tidier code blocks */
pre {
	font-family: monospace;
	font-size: 13px;
	background-color: #fafafa;
	padding: 12px;
	border: 1px solid #dddddd;
	overflow-x: auto;
	margin: 10px 0;
}

.download-table {
	border-collapse: collapse;
}
.download-table td, th {
	border: solid black 1px;
	padding: 8px;
}
.download-table th {
	background-color: #EAECF0;
}
.download-table td {
	background-color: #F8F9FA;
}

.example-img {
	width: 100px;
}