html, body {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	background: #363636;
	color: #999;
}

#page {
	margin: 0 auto;
	width: 600px;
	text-align: left;
}

#contents {
	padding: 50px;
	margin: 50px 0 20px 0;
	background: #fff;
	color: #111;
	border-bottom: 4px solid #262626;
	border-right: 4px solid #262626;
}

h1 {
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 50px;
}

p {
	line-height: 1.5em;
}

li {
	line-height: 1.5em;
}

dt, dd {
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

#footer {
	text-align: center;
	margin-bottom: 50px;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #999;
}

a, a:visited {
	color: #00f;
}

a:active, a:hover {
	color: #f00;
}


#footer p {
	font-size: 0.6em;
}

#footer p a {
	text-decoration: none;
}