a {
  font-weight: bold;
  text-decoration: none;
  color: #00f;
}
a:link {
  color: #00f;
}
a:visited {
  color: #00f;
}

a.index {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2em;
  color: #fff;
  background: #989898;
}
a.index:link {
  color: #FFF;
}
a.index:visited {
  color: #FFF;
}
a.index:active {
  background: #069;
  color: #FFF;
}

a.menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2;
  color: #FFF;
  background: #989898;
  text-decoration: none;
  font-size: 110%;
}
a.menu:link {
  color: #FFF;
}
a.menu:visited {
  color: #FFF;
}
a.menu:hover {
  background: #069;
}

p.copyright {
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}

p.title {
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 110%;
  line-height: 2em;
  border: thin ridge;
  vertical-align: middle;
  background: #989898;
  color: #FFF;
  width: 7.5em;
}

TD.hotnews {
  font-size: 120%;
  font-weight: bold;
}
