body {
	font-family: Helvetica, Arial, sans-serif;
	width: 800px;
	margin: 0 auto 0 auto;
	font-size: 11px;
	color: #414141;
	margin-top: 80px;
	margin-bottom: 80px;
}

h1 {
	font-size: 3.70em;
	color: #000;
}

p { font-size: 1.55em; line-height: 1.25em; }
img { border: none; }
sup { line-height: 0.5em; }

a {
	color: #1e8dff;
	text-decoration: none;
}

img.winmine {
	float: right;
	margin: 0 0 1em 1em;
}

p.preamble {
	color: #aaa;
	font-size: 2.7em;
}

p.footnote {
	font-size: 1.1em;
	color: #aaa;
	margin-bottom: 50px;
}

a.logo { float: right; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
