/* CSS Document */
td {
  text-align: center;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10;
  color: white;
}
a:link {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12;
  color: yellow;
}
a:visited {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12;
  color: yellow;
}
.text {
  text-align: center;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10;
  color: white;
}
.td-text {
  text-align: right;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10;
  color: white;
}
.td-input {
  text-align: left;
}
.nadpis {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12;
  text-align: center;
  color: #FFFFFF;
}
h3 {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 20;
  text-align: center;
  color: #FFFFFF;
}
h4 {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 14;
  text-align: center;
  color: yellow;
}
.button {
  width: 100;
}
.chyba {
  font-family: Tahoma;
  font-size: 10;
  text-align: center;
  color: white;
}
body {
  background: #454E5D;
  font-family: Tahoma;
  font-size: 12;
  color: white;
}

