@media only screen {
	body {
	  background: #eed;
	  color: #111;
	  font: 1.2em "Liberation Sans", sans-serif;
	}
	.text-column {
	  margin: 0 auto;
	  max-width: 40em;
	}
	a {
	  color: #33f;
	}
}
