.tytul_news {
 font-family: Verdana; 
 font-size: 17px; 
 color: #f0f0f0;
 text-decoration: none;
 font-weight: bold;
}

.tresc_news {
 font-family: Verdana; 
 font-size: 11px; 
 color: #B8B9BC;
 text-decoration: none;
}

.stopka_news {
 font-family: Verdana; 
 font-size: 9px; 
 color: #636363; 
 text-decoration: none;
}

/* MENU DOLNE */

.menu {
 font-family: Verdana; 
 font-size: 10px; 
 color: #B8B9BC; 
 text-decoration: none;
}

/* MENU DOLNE */

.submit {
  color: #141519; 
  border: 1px solid #141519; 
  background-color: #B8B9BC
}

/* TEXT GŁÓWNY */

.main {
 font-family: Verdana; 
 font-size: 11px; 
 color: #B8B9BC; 
 text-decoration: none;
}

/* CENNIK */

.cennik {
 font-family: Verdana; 
 font-size: 11px; 
 color: #35393C; 
 text-decoration: none;
}

/* TEXT POGRUBIONY */

.bold {
 font-weight: bold;
}

/* HIPERŁĄCZA */
a {
 color: #B8B9BC;
 text-decoration: none;
 font-weight: bold;
}
a:hover {
 color: #B8B9BC;
 text-decoration: none;
 font-weight: bold;
}

/* FORMULARZ */
.input {
  font-family: Verdana; 
  font-size: 10px;
  color: #4C4C4C; 
  border: 1px solid #FFFFFF; 
  background-color: #FFFFFF;
}