/*-----------------------------------
 articles.css                         
 style do artykułów [receptora] 
 made by Ryszard Kostecki           
 all rights reserved, he he         
-------------------------------------
   last revision: 18.IX.2002        
------------------------------------*/

.stopka		{font-family: arial, helvetica; font-size: 3mm; font-weight: normal; text-align: center;}
.nawigacja	{font-family: arial, helvetica; font-size: 3mm; font-weight: normal; text-align: center;}
.autor		{font-family: arial, helvetica; font-size: 4mm; font-weight: normal;}
.tytul		{font-family: times new roman; font-size: 8mm; font-weight: normal;  margin-left: 20px;}
.fl		{font-family: times new roman; font-size: 5mm; font-weight: normal;}

.tekst		{font-family: times new roman; font-size: 4mm; font-weight: normal;  text-align: justify;}
.tekst-right		{font-family: times new roman; font-size: 4mm; font-weight: normal;  text-align: right;}
.tekst-center		{font-family: times new roman; font-size: 4mm; font-weight: normal;  text-align: center;}

.list		{font-family: times new roman; font-size: 4mm; font-weight: normal;}
.tytul2		{font-family: arial, helvetica; font-size: 5mm; font-weight: bold;}
.dialog		{font-family: times new roman; font-size: 4mm; font-weight: normal;  margin-left: 30px; margin-top: 5px; margin-bottom: 5px;}
.ism		{font-family: times new roman; font-size: 3mm; font-weight: normal; font-style: italic;}
.podpis		{font-family: times new roman; font-size: 3mm; font-weight: normal; font-style: italic; text-align: right;}
.textbg		{background: #f4f4f4;}
.italic		{font-style: italic;}


/* 
uwagi:

1.
z niewiadomych przyczyn dla .styl {...text-align: center;} <SPAN CLASS="styl">ble</SPAN> w Operze nie powoduje wycentrowania, w związku z tym zaleca się przy stylach zawierających centrowanie wspomagać się konstrukcją: <CENTER><SPAN CLASS="styl">ble</SPAN></CENTER> 
C'est la vie!

2.
Z niewiadomych przyczyn przeglądarki nie akceptują nazw stylów zawierających podkreślnik _
Należy zatem go nie używać.

 */