@charset "utf-8";
/* CSS Document */
body, html {
	width:100%;
	height: 100%;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.tytul {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.tresc {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.tresc_bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.tresc_bold_italic {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

