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

body { 
	color: #222; 
	background: #eee; 
	font-family:Optima, Verdana, Helvetica, sans-serif; 
	max-width:40em;
	line-height: 190%;
	margin:auto;
	padding: 1em;
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 200%;
	margin: 2em;
	text-align: center;
}

h2 {
	font-size: 100%;
	margin: 3em 0em 1em 0em;
}

ul {
	list-style-type: none;
	margin: 1em;
}

#foot {
	border-top: 2px solid #fff;
	text-align: center;
	margin-top: 2em;
}

p {
	margin: 1em 0em;
}

p.date {
	font-weight: bold;
}


div.separator {
	border-top: 1px solid #fff;
	margin: 1em 0em;
}
