@media all {

	body {
		position:							absolute;
		top:								0;
		left:								0;
		right:								0;
		bottom:								0;
	}

	a:hover,
	a:focus {
		color:								#6a7484;
	}

	a:active {
		color:								#8d99ad;
	}

}
