body {
	background-color: #eee;
	font-family: Georgia;
	width: 660px;
	margin: 100px auto 0 auto;
	color: #111;
	}

h1 {
	font-size: 96px;
	font-weight: normal;
	color: #111;
	letter-spacing: -0.04em;
	margin: 0 0 28px 0;
	}

h2 a {
	text-decoration: none;
	}

p {
	font-size: 21px;
	line-height: 180%;
	letter-spacing: -0.02em;
	}

li {
	list-style-type: square;
	line-height: 150%;
	}

a:link, a:visited {
	color: #009933;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	background: #009933;
	text-decoration: none;
	}

div.footnotes {
	border-top: 1px dotted #333;
	}

div.footnotes p {
	color: #333;
	font-size: 9px;
	line-height: 150%;
	letter-spacing: -0.01em;
	}

div.footnotes p:first-letter {
	margin-left: 0px;
	}

div.footnotes a:link,
div.footnotes a:visited {
	color: #666;
	}

div.footnotes a:hover,
div.footnotes a:active {
	color: #eee;
	}