* {
	color: #000;
	background-color: #fff;
}

/* undo the padding */
body {
	padding-right: 0;
}

/* hide navigation */
.nav {
	display: none;
}

/* indicate anchors */
a:before { content: "["; }
a:after { content: "]"; }

