A {text-decoration:none;}

A:link    { color: rgb(74,74,74); }    /* łącza nieodwiedzone */
A:visited { color: rgb(74,74,74); }  /* łącza odwiedzone    */
A:active  { color: rgb(74,74,74); }  /* kolor łącza podczas
							kliknięcia */

A:hover   { color: rgb(0,0,0); text-decoration: underline; }  
		/* kolor łącza wskazanego myszką */



BODY {
       color: rgb(0,18,23); background: rgb(233,233,233);
       font-family: Verdana; font-style: normal; font-weight: normal; font-size: 10pt;
       text-align:center;
     }

TABLE { font-size: 10pt;  }
     .parzyste {color: rgb(3,3,3); background: rgb(210,210,210);}
      .nieparzyste {color: rgb(11,11,11); background: rgb(185,185,185);}
      .naglowek {color: rgb(11,11,11); background: rgb(5,160,185);}
      .pola {text-color: rgb(5,160,185);padding-top:0px; font-weight: bold;padding-right:5px; bold;padding-left:0px; text-align:left;}
      .rekord {text-color: rgb(5,160,185); font-weight: normal;padding-left:5px; bold; padding-right:0px; text-align:left;}
      .pola_dod_info {text-color: rgb(5,160,185); font-weight: normal;, text-align:left;}
TD.lewa 
  {
    color: rgb(3,3,3); background: rgb(219,219,219);
    width: 550px;
    border: none;
    font-size: 0pt;
    padding:2pt;

}



TD.prawa 
  {


     width: 150px;
    border: none;
    font-weight: bold;
    font-size: 0p;
    padding:0pt;
    text-align:center;
}


HR {
     width: 600pt;
     color: rgb(5,102,116);}



