/*
New CSS file
*/
BODY
  {
  background-color: white;
  font-family: Verdana;
  background-image: url(Pictures/tlo.gif);  
  }
 #kolor { color : red;} 
 
P.maly {font-size : 8pt;} 
P.duzy {font-size :20pt;font-family : Arial;}   
P.wciety {font-size : 8pt; margin-left : 5%;}
P.sredni {font-size : 10pt;}

A.maly:link {font-size :10pt; }
A.maly:hover {font-size :10pt;}
A.maly:visited {font-size :10pt;}

A.dod:link {font-size :10pt;color :blue;}
A.dod:hover {font-size :10pt; color :red;}
A.dod:visited {font-size :10pt; color :blue;}

