/* There's no secret to CSS either. You just have to try and do it. */
body {
	background: #111;
	color: #ccc;
	font: 100%/1.4 Georgia,serif;
	margin: 9em auto;
	text-align: center;
	width: 480px;
}
h1 {
	color: #fff;
	opacity: 0.99;
}
p {
	opacity: 0.99;
}
strong {
	color: #FFFF99;
}
.site-info {
	font: 62.5% Helvetica,Arial,sans-serif;
	margin: 3em 0 0 0;
}
a {
	color: #ccc;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
