<!--
div.logo {
  position: absolute;
  top: 14px;
  left: 187px;
}
div.menu {
  position: absolute;
  top: 170px;
  left: 82px;
  width: 615px;
  height: 316px;
}
div.news {
  text-align: left;
  position: absolute;
  top: 260px;
  left: 510px;
  width: 125px;
  height: 125px;
  border-color: red;
  margin: 0px 0px 0px 0px;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
  overflow: auto;
  scrollbar-base-color: red;
  scrollbar-track-color: black;
}
a:active {
color: white;
}
a:visited {
color: black;
}
a:link {
color: red;
}
a:hover {
color: white;
}

a.news:active {
color: white;
}
a.news:visited {
color: #d0d0d0;
}
a.news:link {
color: red;
}
a.news:hover {
color: white;
}
a.news {
  font-family: verdana, arial;
  font-size: 9pt;
  text-decoration: none;
}
table {
  text-align: center;
}
table.price {
  text-align: center;
  border-style: solid;
  border-width: 0px;
}
td.blank {
  border-width: 0px;
}
td.price {
  width: 150px;
  text-align: center;
  border-width: 01px;
  border-style: outset;
  background: #d0d0d0;
}
table.nav {
  text-align: center;
  position: absolute;
  top: 490px;
  left: 82px;
  width: 615px;
  height: 60px;
}
-->