body {
	margin:100px auto;
	text-align: center;
	background: #222;
	color:#666;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
}

kbd {
	padding:1px 2px;
	background:#444;
	color:#777;
	border-radius: 2px;
}

p {
	margin:20px 0 0;
}

.trademark, .trademark a {
	color:#555;
	text-decoration: none;
}

.trademark a:hover {
	color:#666;
}

canvas {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}