body {
	background-color: #fff;
	color: #444;
	font-family: "Hoefler Text", "Georgia", Georgia, serif, sans-serif;
	border-top: 3px solid #ff0078;
	margin: 0;
	padding: 0;
}

#header {
	margin: 4em 0 0 5em;
}

h1 {
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: -0.05em;
	margin-bottom: 1.4em;
}

h1 a {
	color: #ff0078;
	text-decoration: none;
}

h2 {
	font-size: 1.0em;
	font-weight: 100;
	letter-spacing: -0.05em;
}

p {font-size: 0.8em;}

ul li {
	font-size: 0.8em;
	list-style: none;
}

#footer {
	color: #999;
	margin: 2em 0 0 5em;
}

a {
	color: #ff0078;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}