/* Centering for retro table of contents */
.retro-center {
	width: 400px;
	margin: 32px auto;
	background: #fff;
	border: 2px inset #808080;
	padding: 16px 24px;
	text-align: center;
}

/* Center list items for retro look */
.retro-center ul {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}
/* Netscape 90s retro style */
body {
	background-color: #c0c0c0;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	margin: 8px;
}

a {
	color: #0000ee;
	text-decoration: underline;
}

a:visited {
	color: #551a8b;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.retro-box {
	background: #fff;
	border: 2px inset #808080;
	padding: 8px;
	margin: 8px 0;
}

hr {
	border: none;
	border-top: 2px groove #808080;
	margin: 16px 0;
}

ul, ol {
	margin-left: 24px;
}

pre, code {
	background: #e0e0e0;
	font-family: 'Courier New', Courier, monospace;
	padding: 2px 4px;
}
