html, body {
	background-color: #000000;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
}
td {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
}
#n0 { font-family: Arial;font-size: 36pt;font-weight: bold;color: #e28226; }
#n0a { font-family: Arial;font-size: 36pt;font-weight: bold;color: #fed4ab; }
#n1 { font-family: Arial;font-size: 18pt;font-weight: bold;color: #fed4ab; }
#n2 { font-family: Arial;font-size: 18pt;font-weight: bold;color: #FFFFFF; }
a { font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; color: #e28226; }

#top {
	background-color: #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#NAGLOWEK {
	background-color: #000000;
}

#MENU {
	width: 150px;
	float: right;
	overflow: hidden;
	background-color: #ccc;
	margin-top: 10px;
}

#TRESC {
	width: 650px;
	float: left;
	overflow: hidden;
	background-color: #000;
	margin-top: 10px;
}
#TRESC1 {
	width: 800px;
	float: left;
	overflow: hidden;
	background-color: #000;
	margin-top: 10px;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #000;
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 10px;
	color: #fed4ab;
}
dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
}

dl {
	width: 200px;
}

dt {
	background-color: #aaa;
	color: #000;
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}

dl a:link, dl a:visited {
	display: block;
	width: 186px;
	text-decoration: none;
	background-color: #bbb;
	color: #000;
	padding: 5px;
	border: 2px outset #bbb;
	font-weight: normal;
}

dl a:hover {
	border-style: inset;
	padding: 7px 3px 3px 7px;
	font-weight: normal;
}