body 	{
  	text-align: justify; 
 	margin-left: 5 mm; 
  	margin-right: 5 mm; 
  	font-family: Arial, Helvetica;
  	font-size: 9pt;
        cell-rowspan: 10 pt;
	}


a 	{color: black}
a:hover {color: #e03030}
ul 	{list-style-image: url('red_dot_small.gif')}
li 	{margin-top: 3 px; text-indent: 0; }
table	{font-size: 9pt;}

.pomniejszony {font-size: 8pt;}
.przesuniety {margin-left: 40;}
.czerwony {color: #e03030;}

h4	{
	text-indent: 0;
	color: #e03030;
  	font-size: 11pt;
	}	

h5	{

  	font-size: 10pt;
	}

#header {
  	width: 100%;
  	height: 40 px;
	}

#leftcol{
  	background: #fff;
  	float: left;
  	width: 20%;
  	height: 800px;
  	margin-top: 10;
  	padding-right: 5;
  	font-weight: normal;  
  	text-align: left
	}

#content{
  	float: left;
  	width: 57%;
  	height: 800px;
  	margin-top: 10; 
	margin-left: 10;
  	font-weight: normal; 
  	padding= 10;
  	text-indent: 3em; 
  	text-align: justify;
	}

#rightcol {
	border-style: dashed;
        border-color: #e03030;
  	float: right;
  	width: 20%;
  	height: 800px;
  	margin-top: 10;   
  	text-align: justify;
	}

#footer {
  	clear: both;
  	width: 100%;
  	margin-left: 4 mm; 
  	margin-right: 4 mm; 
  	margin-top: 8 mm;
  	color: gray;
  	text-align: right;
  	font-size: 8pt;
	}