::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

body {
	color: #733;
}

.page {
	max-width: 1024px;
	margin: 2em auto;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.ua {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
