HTML {
  height: 100%;
}

BODY {
  background-image: url(./imgs/tlo.png);
  background-repeat: repeat-x;
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: tahoma;
}

SPAN.sp {
  margin-left: 9px;
  margin-right: 9px;
}

DIV.tresc {
  width: 580px;
  height: 490px;
  margin: 0px;
  background-image: url(./imgs/dol.png);
  padding-top: 9px;
  padding-left: 50px;
  padding-right: 42px;
  padding-bottom: 35px;
}

DIV.menu {
  font-weight: bold;
  margin-bottom: 30px;
}

A {
  color: black;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

DIV.red {
  font-weight: bold;
  color: #DD0000;
  text-align: center;
}

OPTION {
  font-size: 12px;
}
