body, html {
  position: relative;
  font: "Verdana","Arial CE","Arial",sans-serif;
  font-size: 125%;
  font-family: sans-serif;
  background-color: #000000;
  color: #ff9900;
  text-align: justify;
}

a:visited { color: #339900}
a:link  { color: #339900}
a:active  { color: #66cc00}

h1 {
  text-align: center;
  font-size: 1.8em;
  color: #ffcc33;
  margin-top: 0.6em;
  clear: both;
}

div#linky {
  position: relative;
  font-size: 1.0em;
  line-height: 1.5;
  width: 5em;
  float: left;
  margin: 0 0.5em 0 0.5em;
}

div#linky a {
  display: block;
  text-align: center; 
  border-width: 0;
  text-decoration: none;
}

div#linky-hover a:hover {
  background: #444444;
}

img {
  border: 0em;
  margin: 0.1em;
}

.red {
  color: red;
}

.text {
  text-align: justify;
  line-height: 1.5;
  font-size: 1.0em;
  margin: 0 0.5em 0 6em;
}

.clanek {
  text-align: justify;
  line-height: 1.5;
  margin-left: 1.0em;
  width: 96%;
}

.prvni {
  text-align: left;
  line-height: 1.5;
  font-size: 1.0em;
  margin: 0 0.5em 0 1.5em;
  float: left;
  width: 25%;
}

.druhy {
  text-align: left;
  line-height: 1.5;
  font-size: 1.0em;
}

