body {
	margin: 0px;
	background: white;
	font-family: times new roman; 
	font-size: 14px; 
	color: #3562A8;
}

td {
	font-size: 14px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	list-style: none;
	text-align: right;
  padding-right: 4px;
  padding-top: 5px;
}
.menu li.first {
}
.menu li.last {
  padding-bottom: 5px;
}
.menu li a {
	color: #3562A8;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 10px 42px 26px 7px;
}
.content, .content td {
	color: #3562A8;
}
.content a {
	color: #3562A8;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
  color: #9C5BD4;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 2px;
}
.content #sciezka {
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
.content #podmenu {
  height: 20px;
	color: #648AC4;
	clear: both;
  font-size: 13px;
	margin-bottom: 10px;
}
.content #podmenu ul {
	margin: 0px;
	padding: 0px;
}
.content #podmenu li {
	list-style: none;
	float: left;
	white-space: nowrap;
	padding-right: 5px;
	border-right: 1px solid #648AC4;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #648AC4;
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}

.footer {
  font-family: Verdana; 
  font-size: 11px;
  color: #4391C1;
} 
.footer a {
  color: #4391C1;
  text-decoration: none;
} 
.footer a:hover {
  text-decoration: underline;
} 
