BODY {
  color: #cccccc;
  background-color: #000000;
  SCROLLBAR-FACE-COLOR: #000066;
  SCROLLBAR-HIGHLIGHT-COLOR: #0000cc;
  SCROLLBAR-SHADOW-COLOR: #666699;
  SCROLLBAR-3DLIGHT-COLOR: #666699;
  SCROLLBAR-ARROW-COLOR: #ffffff;
  SCROLLBAR-TRACK-COLOR: #99ccff;
  SCROLLBAR-DARKSHADOW-COLOR: #666699;
  font-family: verdana, "arial ce", sans-serif;
  font-size: small;
}

th {
  background-color : #333333;
  BORDER: #666666 1px solid;
}

h2 {
  font-size: large;
  font-stretch: wider;
  text-transform: capitalize;
  letter-spacing: 2px;
}

P {
  text-indent: 2em;
  font-size: small;
}

A:link {
  color: #999999;
  text-decoration: underline;
}

A:visited {
  color: #999999;
  text-decoration: underline;
}

A:hover {
  color: #999999;
  text-decoration: none;
}

A:active {
  color: #cc66cc;
  text-decoration: none;
  background: #ffffff;
}

.index {
  margin: 0px 0px;
  padding: 0px 0px;
}

.mensi {
  font-size: 75%;
}

.nadpis {
  letter-spacing: 1em;
  color: 000000;
  font-family: "arial ce";
  font-style: italic;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline overline;
}

.tabulka {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.tabulka-menu {
  margin-left: auto;
  margin-right: auto;
  width: 754px;
}

.pozice {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.obrazek {
  margin: 3px 3px;
  padding: 1px 1px;
  border: solid 1px #999999;
}

:link img {
  border: none;
}