/* Arkusz zawiera opisy nastepujacych elementow:
					BODY
					TABLE
					
                             
*/				
/* ______________________________ BODY ______________________________ */

BODY 
	{
	 background-color: #444444;
	 background-image: url(../rysunki/tlo.jpg);
	 background-repeat: repeat-y;
	 background-position: center;
	 color: black;
	 font-family: "Helvetica", "Tahoma", sans-serif;
	 font-size= 14px;
	 text-align: justify;
	 line-heigh: 14px;
	}
/* ______________________________ P ______________________________ */

P.accident
	{ 
	 font-size: 48px;
	 font-weight: bold;
	 color:#000066;
	 text-align: left;
	 line-height: 36px;
	}

P.pomoc_ofiarom
	{ 
	 font-size: 18px;
	 font-weight: bold;
	 color:#000066;
	 text-align: right;
	 line-height: 25px;
	}

P.opis
	{ 
	 font-size: 16px;
	 font-weight: normal; 
	 text-align: justify;
	}


/* _____________________________ TABLE _____________________________ */

TABLE
	{ 
	 border-collapse: collapse;
	}
	
TABLE.dolna_ramka
	{
	 border-bottom-width: 2px;
	 border-bottom-style: solid;
	 border-bottom-color: #0066FF; 
	}
	
TD
	{
	 text-align: left;
	}

TD.dolna_ramka
	{
	 border-bottom-width: 2px;
	 border-bottom-style: solid;
	 border-bottom-color: #0066FF; 
	}
	
TD.tytul
	{
	 text-align: left;
	 color: #FFFF00;
	 font-weight: bold;
	 border-width: 1px;
	 border-style: solid;
	 border-color: #666666;
	 background-color: #000066;
	}

TABLE.ramka
	{
	 border-width: 1px;
	 border-style: solid;
	 border-color: #000066;
	}

TD.licznik
	{
	 text-align: left;
	 font-size: 12px;
	 color: #000033;
	 font-weight: normal;
	}

TD.gery-it
	{
	 text-align: right;
	 font-size: 10px;
	 color: #000033;
	 font-weight: normal;
	}

/* ______________________________ LINKI ______________________________ */

A:link
	{
	 font-size: 14px;
	 color: black;
	 text-decoration: none;
	 font-weight: bold;
	}
A:visited
	{
	 font-size: 14px;
	 color: black;
	 text-decoration: none;
	 font-weight: bold;
	}
A:active
	{
	 font-size: 14px;
	 color: black;
	 text-decoration: none;
	 font-weight: bold;
	 
      }
