body{
	text-align : center;
	background : #0066FF;
}
.rama{
	width : 900px;
	border : 1px solid Black;
	text-align : center;
	margin: 0 auto;
	background : White;
}
.logo{
	height: 100px;
	text-align: left;
	border-bottom: 1px solid Black;
	background: url(top.gif);
}
object{
	margin-top: 10px;
	margin-left: 50px;
}
.stopka{
	background-color: #80FFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	vertical-align: middle;
	border-top: 1px solid Black;
	width: 900px;
	text-align: center;
}
.main{
	text-align : justify;
	padding : 50px;
}
a{
	text-decoration : none;
}
img{
	border : 0px;
	margin-right : 40px;
}

h1{
	font-size : 20px;
}
.wprawo{
	text-align : right;
}
.male{color : Gray; font-size : 10px;}
a.linki{
	color : Gray;
	font-size : 10px;
	text-decoration : none;
}
li{
	margin-bottom : 5px;
}
.red{
	color : Red;
	font-weight : bold;
}
p.licznik{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt; color : black;}

/* DRUKOWANIE */
@media print
{
  BODY {
	font-family: 'Times New Roman', Times, serif;
	font-size: 10pt;
	text-align : left;
}
  .rama{
	width : 670px;
	border : 0px;
	text-align : center;
	margin: 0 auto;
	background : White;
}
.main{
	text-align : justify;
	padding : 0px;
}


