/* TĹ‚o strony */
body 	{
	background:#ced4db url(../bg.png) repeat-x;
	margin-top: 10 px;
	margin-left: 10 px;
	text-align: center;
	}
/* NagĹ‚Ăłwki strony */
h1 {
	font-size: 120%;
	font: italic 2em serif;
}
h2 {
	color: red;
	font: italic 130% serif;
}
h3 {
	color: "#2222AA";
	font-family: Verdana, Arial;
	font-size: 9 pt;
	text-decoration: underline;
	}
/* Formatowanie linkĂłw */
A:link	{
	color: blue;
	}
A:visited	{
	color: navy;
	}
A:hover	{
	color: black;
	}
/*Formatowanie tekstu*/
P	{
	color: white;
	text-indent: 40 px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10 pt;
	font-weight: bold;
	line-height: 12 pt;
	}
TT.t1	{
	font-family: Verdana, Tahoma;
	font-size: 9 px;
	}
TT.t2	{
	font-family: Verdana, Tahoma;
	font-size: 9 px;
/*	font-weight: bold;*/
	color: #00FF66;
	}
DIV.img	{
	position: relative; left: 3px;
	}
/*Formatowanie tabel */
TABLE.zew	{
	background-color: white;
	}
TD	{
	background-color: #9999AA;
	}
TD.podklad	{
	background-color: #999999;
	}