*|body {
  margin: 0px;
  color: black;
  background-position: left top;
  background-repeat: no-repeat;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 90%;
  background-color: #333333;
}
*|a {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
}
*|a:link, *|a:visited {
  color: yellow;
  text-decoration: none;
}
*|a:hover, *|a:active {
  color: #ffffff;
  text-decoration: underline;
}
*|div#tekstblok {
  height: 100%;
  background-color: transparent;
  font-family: verdana,arial,helvetica,sans-serif;
  padding-left: 10%;
  float: left;
  padding-top: 2%;
  top: 0px;
  font-size: 100%;
  color: white;
  width: 1200px;
}
*|div#teruglink {
  font-size: 120%;
  height: 100px;
  padding-top: 2%;
  font-family: verdana,arial,helvetica,sans-serif;
  color: white;
  padding-left: 50%;
  float: left;
  background-color: #4d6d9b;
  width: 70%;
  top: 0px;
}
*|table {
  width: 50%;
  empty-cells: hide;
  font-size: 100%;
}
*|td {
  border-style: outset;
  font-family: arial,verdana,helvetica,sans-serif;
}
*|th, *|caption {
  font-family: Verdana,sans-serif;
}
*|caption {
  border: 1px solid #ffffff;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  font-weight: bold;
  background-color: black;
  text-align: center;
  color: white;
}
*|td, *|th {
  border-style: none;
  padding: 2px 2px 2px 10px;
  text-align: left;
  vertical-align: middle;
}
*|thead *|th {
  background-color: #666666;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
*|tbody *|th {
  background-color: silver;
  color: black;
  text-align: center;
}
*|tbody *|td {
  background-color: #cccccc;
  color: black;
  text-align: center;
}
*|tfoot {
  background-color: #996600;
  color: #ffffff;
  font-weight: bold;
}
