/*
	name: Horodecki, v.7
	encoding: UTF-8
	author: Dawid Horodecki, http://horodecki.eu
*/

/*	Print
	==================================== */

/* hidden */

#photo {
	display: none;
}

/* basic style */

body {
	font: normal 12pt/20pt Georgia, Rekha, serif;
	background-color: #fff;
	color: #000;
}

/* links */

a {
	color: #000;
	text-decoration: none;
}
a:after {
	content: ' ('attr(href)')';
	font-size: 70%;
	font-family: 'Lucida Console', Monaco, FreeMono, monospace;
	font-weight: normal;
	font-style: normal;
}
h1 a:after {
	content: '';
}

/* address and footer */

address {
	border-bottom: thin solid #000;
	padding-bottom: 20pt;
	margin-bottom: 20pt;
	font-weight: bold;
	font-style: italic;
}
#footer {
	border-top: thin solid #000;
	padding-top: 20pt;
	margin-top: 20pt;
}