* {
	margin: 0px;
	padding: 0px;
}

a, a:link {
	background: transparent;
	color: #504020;
}

a:hover {
	background: transparent;
	color: #706040;
}

a img {
	border: 0px;
}

body {
	background-color: #f0e0c0;
	color: #403010;
	font-family: "Georgia", serif;
	font-size: 12pt;
	margin: 128px 64px 64px;
}

div#blurb {
	border-radius: 32px;
	-khtml-border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	background-color: #f8f0e0;
	color: inherit;
	margin: 32px auto;
	padding: 16px 32px 32px;
	width: 60%;
}

div#blurb p {
	margin-top: 16px;
}

h1 {
	text-align: center;
}

p#footer {
	background: transparent;
	color: #908060;
	font-size: 75%;
	text-align: center;
}

ul#socialities {
	list-style: none;
	margin: 32px;
	text-align: center;
}

ul#socialities li {
	display: inline;
	margin: 8px;
}
