span.styl1{    
  /* tekst pogrubiony 1*/    
  font-family: Tahoma, sans-serif;    
  font-size: 11px;    
  font-weight: bold;    
  text-decoration: none;    
  color: #4b4b4b;    
  line-height: 13px;
}

span.styl3 {    
  /* tekst */    
  font-family: Tahoma, Arial, sans-serif;    
  font-weight: normal;    
  font-size: 12px;    
  text-decoration: none;    
  color: #4b4b4b;    
  line-height: 17px;
}

span.styl3 a {
  font-size: 10px; 
  color: #727272;
  text-decoration: none;
}

span.styl3 a:hover {
  font-size: 10px; 
  color: #97050c;
  text-decoration: underline;
}

span.styl2{    
  /* tekst maly*/    
  font-family: Tahoma, sans-serif;    
  font-size: 11px;    
  font-weight: normal;    
  text-decoration: none;    
  color: #4b4b4b;    
  line-height: 13px;
}

span.styl4{    
  /* tekst podkreslony */    
  font-family: Tahoma, sans-serif;   
  font-size: 11px;    
  font-weight: bold;    
  text-decoration: underline;    
  color: #4b4b4b;
}

span.styl3 a {
  font-size: 10px;
}
/*  
 *KP not used  
 */
 /*div.menu_fonts {    font-family: Tahoma, sans-serif;  font-size: 11px;   font-weight: bold;   background: url('grafika/ico_menu_bg.gif') no-repeat center;  letter-spacing: 0px;  text-transform: uppercase;  color: #727272;  width: 220px;  height: 21px;  text-align: left;  vertical-align: baseline;  }*/

