/* Link styles used across pages */

/* Nav links inside the nav-box */
.nav-box a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}
.nav-box a:hover {
	background-color: rgba(0,0,0,0.03);
	border-radius: 6px;
}

/* Headline links (e.g., h1 anchor) */
h1 a { color: inherit; text-decoration: none; }

/* Generic link reset */
a { color: inherit; }