body
{
	font-size: 12pt;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
	color: #5f5f5f;
	
	text-rendering: optimizeLegibility;
	margin: 0;
	text-align: left;
	max-width: 36em;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	font: 200% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1.5em;
	color: #a9a9a9;
}

h1.huge
{
	font-size: 400%;
}

h2
{
	padding-top: 1em;
	padding-bottom: 0;
	clear:  both;
}

p
{
	text-align: center;
}

a
{
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}


ul
{
	list-style-type: none;
	font-style: italic;
	text-align: center;
	padding-bottom: 1em;
	padding-left: 0;
}

li
{
	list-style-type: none;
	display: inline;
}

li:after
{
	content:  ' — ';
}

li:last-child:after
{
	content: '';
}

blockquote
{
	font-size: 90%;
	line-height: 120%;
	/*background-color: #f1f1f1;
	border: 1px outset #d5d5d5;
	padding: 0.5em 1em;*/
}
