@charset "UTF-8";

/* Skiplinks */
.skip {
	position: absolute;
}

.skip:link, .skip:visited {
	/* off screen = invisible */
	top: -999em; left: -999em;
}

.skip:focus, .skip:focus, .skip:active {
	/* on screen = visible */
	top: 0; left: 0;
}
