html, body {
   background-color: #333333;
   margin: 0;
}


#tablica {
   width: 800px;
}

td.opis {
   background-color: #303030;
   padding: 7px;
   text-align: justify;
   width: 800px;
   text-decoration: none;
   line-height: 190%;
   font-family: Arial CE,Arial;
   font-size: 14px;
   color: #AAAAAA;
}

img {
   border: 0px solid;
   border-color: #AAAAAA;  
}

.obrazek_srodek { 
   float: center;
   font-size: 14px;
   text-align: center;
   font-style: italic;
   color: #999900;
   margin-top: 10px;
   line-height: 140%;
}
.obrazek_lewy {
   float: left;
   font-size: 14px;
   text-align: center;
   font-style: italic;
   color: #999900;
   margin-right: 10px;
   margin-top: 10px;
   line-height: 140%;
}

.obrazek_prawy { 
   float: right;
   font-size: 14px;
   text-align: center;
   font-style: italic;
   color: #999900;
   margin-left: 10px;
   margin-top: 10px;
   line-height: 140%;
} 
 
.tytul_abc {
   float: left;
   font-size: 20px;
   color: #AAAAAA;
}

.tytul_dzialu {
   text-align: center;
   font-size: 16px;
   color: #d2691e;
}

a:link {
	color: #BBBBBB;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color: #BBBBBB;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

hr.linia {
height: 1px;
border: 0;
color: #AAAAAA;
background-color: #AAAAAA;
} 