/* CSS Document styles.css */

BODY {
  background-image: url(./images/bgimg.gif);
  font-family: Verdana;
  font-size: 12;
  color: white;
  cursor: default;
}

TABLE {
  font-family: Verdana;
  font-size: 12;
}

TABLE.anketa {
  border: thin solid;
  border-style: solid;
  border-width: 1;
  border-color: #882424;
  background-color: #fffdbd;
}

A {
  font-family: Verdana;
  font-size: 12;
  color: white;
}

A.linky {
  font-size: 10;
  color: black;
}

A:link {
  text-decoration: none;
}

A:hover {
  text-decoration: none;
}

A:visited {
  text-decoration: none;
}

A:active {
  text-decoration: none;
}

INPUT.pole {
  border: thin solid;
  border-style: solid;
  border-width: 1;
  border-color: white;
}

INPUT.button {
  border-width: 1;
  font-family: Verdana;
  font-size: 12;
}

SELECT {
  border: thin solid;
  border-style: solid;
  border-width: 1;
  border-color: white;
}

TEXTAREA {
  border: thin solid;
  border-style: solid;
  border-width: 1;
  border-color: white;
  font-family: Verdana;
  font-size: 12;
}

P.clanok {
  text-align: justify;
  text-indent: 35;
}

