#top-news {
  width: 179px;
  padding: 2px;
  font-size: 10px;
  background-color:#ffffff;
}

.top-news-text {
  color: #555555;
  padding: 2px 0 0 0;
}

.top-news-date {
  color: #ff0000;
  /*font-weight: bold; */
  padding: 2px 0 0 0;
}

#top-news ul {
  margin: 0;
  padding: 0;
}

#top-news li {
  margin: 0;
  padding: 3px 6px ;
  border-bottom: 1px dotted #B2B2B2;
  list-style-type: none;
}

a:link {
  color: #0000ff;
  color:#444;
  text-decoration: underline;
}

a:visited {
  color: #0000ff;
  color:#666;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:active {
  color: #0000ff;
  text-decoration: underline;
}

