body {
	margin: 0;
	text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 8pt;
}

a {
  color: #224;
  text-decoration: none;
}

canvas {
	background: #ccd;
	margin: auto;
}

#instructions {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 200px;
  text-align: right;
  color: #222;
}
