body {
	margin: 1% 15%;
	background: black;
	color: Peru;
	font-family: Georgia;
	font-style: italic;
	text-align: justify;
}

a, h1, h2, h3, h4, h5, h6, span.hl {
	color: BurlyWood;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#master {
	width: 100%;
}

#top {
	text-align: center;
	font-size: 120%;
}

td {
	vertical-align: top;
}

/* nawigacja */

#nav {
	width: 160px;
	text-align: center;
	margin-right: 10px;
}

#nav > ul {
	list-style: none;
	padding-left: 10px;
	Xmargin-top: 0px;
	font-size: 150%;
}

#main {
	padding: 5px;
}

#main a {
	text-decoration: underline;
}

p.par {
	text-indent: 42px;
	text-align: justify;
}

hr {
	width: 80%;
	color: BurlyWood;
	border-style: dashed;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 15px;
}

#footer {
	color: #666;
	font-size: 70%;
	text-align: center;
}
