/*
	name: PromoCity, print
	encoding: UTF-8
	author(s): Dawid Horodecki
*/

/*	Default
	==================================== */

body {
	background: #fff;
	font-size: 12pt;
}

/*	Hide
	==================================== */

#menu, #sidebar, .btn-play {
	display: none;
}

/*	Links
	==================================== */

a {
	color: #666;
	border-bottom: 1px dashed #666;
}
a:link:after, a:visited:after {
	content: " [link: "attr(href)"]";
	font-size: 90%;
}
