a {
	color: #ffffcc;
	text-decoration: none;
}
a:hover {
	color: #ffffcc;
	text-decoration: underline;
}
a:visited {
	color: #ffffcc;
	text-decoration: underline;
}
a:active {
	color: #ffffcc;
	text-decoration: underline;
}
p {
	color: #ffffcc;
	font-family: georgia;
	font-size: 14px;
}
.tytul {
	color: orange;
	font-family: Georgia;
	font-size: 16px;
}
.tresc {
	color: #ffffcc;
	font-family: Georgia;
	font-size: 12px;
}
.tytul2 {
	color: orange;
	font-family: georgia;
	text-align: center;
	font-size: 19px;
}
.tresc2 {
	color: #ffffcc;
	font-family: georgia;
	font-size: 12px;
	text-align: center;
	width: 600px;
}
#upFoot {
	color: #ffffcc;
	font-size: 7pt;
	background-color: red;
	padding: 5pt;
	;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: tahoma;
	width: auto;
}
body {
	margin: 0px 0px 0px 0px;
}
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: #ffffcc;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid: DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
img {
	align: center;
}
