Body {
  background-image: url('./images/bg.gif');
  color: #000000;
  font-family: verdana, tahoma, arial;
  font-size: 10px;
  
  margin-top: 20px;
  margin-bottom: 30px;
}

a {
 color: #272411;
 text-decoration: none;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 border-bottom-color: #272411;
}

a:hover {
 color: #635e3f;
 text-decoration: none;
 border-bottom-width: 0px;
}

a:visited {
 color: #272411;
 text-decoration: none;
}

a:active {
 color: #272411;
 text-decoration: none;
}

table,tr,td {
  font-family: verdana, tahoma, arial;
  font-size: 10px;
}

.Container {
  position: absolute;
  width: 460px;
  height: 445px;
}

#Content { 
  position: absolute; 
  overflow: hidden;
  width: 460px;
  height: 445px;
  font-size: 11px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  width:100%;
}

.Scrollbar-Up {
  cursor: pointer;
  top: 0px; left: 0px;
}

.Scrollbar-Down {
  cursor: pointer;
  top: 0px; left: 0px;
}

.stopka td {
 font-family: verdana, tahoma, arial;
 font-size: 12px;
 font-weight: bold;
 
 color: #272411;
 padding-top: 11px;
}
.stopka a {
 border-bottom-width: 0px;
}

.copy {
 color: #b0b0b0;
 font-size: 10px;
}