
body {
	background-color: #f0ead6;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2;
	max-width: 80%;
	margin: 0 auto;
	padding: 20px;
}

h1, h2, h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	letter-spacing: -0.5px;
}

h1 {
	font-size: 2.2em;
}

a {
	color: #0000ee;
	font-weight: bold;
}

a:visited {
	color: #551a8b;
}

hr {
	border: 0;
	height: 2px;
	background: #000;
	margin: 20px 0;
	box-shadow: 0px 1px 0px #fff;
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: 8px;
}

footer {
	margin-top: 50px;
	border-top: 1px solid #000;
	padding-top: 10px;
	font-size: 0.85em;
	font-style: italic;
}

table { width: 100%; table-layout: auto; }

table, thead, tbody, tfoot, tr, th, td { border: 1px solid black; border-collapse: collapse; }

