@CHARSET "UTF-8";

.bottommenu a:link {
  color: #666666;
  text-decoration: underline;
  font-weight: normal;
  font-size: 10px;
}
.bottommenu a:active {
  color: #666666;
  text-decoration: underline;
  font-weight: normal;
  font-size: 10px;
}
.bottommenu a:visited {
  color: #666666;
  text-decoration: underline;
  font-weight: normal;
  font-size: 10px;
}
.bottommenu a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
  font-size: 10px;
}