html { background-color: #EAE8F4; }

body {
	font-family: Corbel, Optima;
	margin: 0 auto 5em;
	padding: 3em 5em 3em 5em;
	max-width: 40em;
	background-color: white;
	color: black;
	-webkit-box-shadow: 0 0 2em rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 2em rgba(0,0,0,.3);
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 3em;
	-webkit-border-bottom-right-radius: 3em;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 3em;
	-moz-border-radius-bottomright: 3em;
}

h1 {
	margin: 0 0 .5em 0;
	font-family: Constantia, Didot;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -.05em;
}

p, ul, ol { line-height: 1.3333em; }

p { margin: 0 0 1em 0; }

ul { margin: 0 0 2em 0; }

li { margin-bottom: 1em; }

pre, code {
	font-family: "Lucida Grande", Calibri, sans-serif;
	color: green;
	font-size: 0.857142857em;
}

a:link {
	color: #6D76D8;
	text-decoration: none;
}

a:visited {
	color: #8990D9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}