html, body  
	{
	margin: 0px;
	background: #ffffff url(tlo.png) repeat-x;
	text-align: center;
	font-size: 10px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}
body *
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 10px;
	 text-align: left;
	}
img 
  {border: 0px;
	}
h1 
	{font-size: 1.4em; 
	 font-weight: bold;
	 color: #2D587D;
	}
h2 {
	font-size: 1.2em;
	color: #2D587D;
	}
h3
	{font-size: 1em; 
	 font-weight: bold;
	}
table
	{padding: 0px; 
	 border: 0px; 
	 margin: 0px auto 0px auto; 
    text-align: center;
	 
	}
td 
	{text-align: left; 
	 vertical-align: top; 
	
	}
td.tresc  {
	background: #BACCE0 url(images/tresc.png) repeat-x;
	width: 494px;
	height: 470px;
	padding-right: 12px;
}
td.flash  {
	background: #E3EAF2 url(images/flash.png) repeat-x;
	width: 179px;
	height: 471px;
	padding-left: 12px;
}
td.lewy_cien  {
	background: url(images/lewo_bg.png) repeat-y;
	
}
td.prawy_cien  {
	background: url(images/prawo_bg.png) repeat-y;
	
}
a 
	{color: Blue; 
	 font-size: 1em;
	}
a:visited 
	{color: #c60000;
	}
a:hover 
	{
	color: #FF8C00;
}

