<!--
body {
  background-color: black;
  color: white;
  background-repeat: no-repeat;
}
img.logo {
  position: absolute;
  top: 12px;
  left: 125px;
}
div.menu {
  position: absolute;
  top: 170px;
  left: 82px;
}
div.news {
  text-align: left;
  position: absolute;
  top: 220px;
  left: 275px;
  width: 250px;
  height: 150px;
  border-color: red;
  border-width: 1px;
  border-style: solid;
  background-color: black;
  margin: 0px 0px 0px 0px;
  padding: 4px;
  overflow: auto;
  scrollbar-base-color: red;
  scrollbar-track-color: #300000;
}
a {
  font-family: verdana, arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a.nav {
  font-family: verdana, arial;
  font-size: 17pt;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
a:active {
color: white;
}
a:visited {
color: #d0d0d0;
}
a:link {
color: red;
}
a:hover {
color: white;
}
div.nav {
  position: absolute;
  top: 210px;
  left: 20px;
  text-align: left;
}
a.wz:active {
color: white;
}
a.wz:visited {
color: #d0d0d0;
}
a.wz:link {
color: red;
}
a.wz:hover {
color: white;
}
a.wz {
  position: absolute;
  top: 390px;
  left: 300px;
  font-family: verdana, arial;
  font-size: 13pt;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

-->