@charset "windows-1250";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
.tekst {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.tekst-small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.tekst-smal-gray {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
.tekst-smal-red {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
}



.tekst-bordo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #8C2D2B;
}
.tekst-czerw {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #F00;
}
.tekst-gray {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
}
.tekst-yellow {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #F60;
}




a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #703030;
}
a:hover {
	text-decoration: none;
	color: #E21E22;
}
a:active {
	text-decoration: none;
	color: #703030;
}
