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

body 
{
	margin: 0;
	padding: 0 55px 55px 55px;
	background: #f3f0eb;
	font-size: large;
	line-height: 2em;
	font-family: "Hoefler Text", Georgia, "Times New Roman", serif;
}

h1 {
	color: rgba(0,0,0,.6);
	font-size: 280%;
	font-weight: normal;
	margin-bottom: 1em;
}

p, ul, .vcard {
	color: rgba(0,0,0,.6);
	margin-bottom: 2em;
}

em,
.slant {
	font-style: italic;
	font-size: 50%;
	color: rgba(0,0,0,.4);
	font-family: Georgia;
	font-weight: normal;
	}

a {
	text-decoration: none;
	color: #00a232;
}

a:hover {
	border-bottom:thin solid #00a232;
}

div#container {
	width: 850px;
	padding-top: 85px;
}

ul#elsewhere {
	list-style: none;
}

ul#elsewhere li {
	font-size: 280%;
	line-height: 1.5em;
}
