#topnews {
  position: relative;
  width: 188px;
}

#topnews div {
  border: solid 1px #00657d;
  overflow: auto;
  height: 200px;
}

ul.topnews {
  float:left;
  font-size: 1em;
  margin:10px 0 5px 15px;
}

ul.topnews a {
  color: #00657d;
  font-weight:bold;
}

ul.topnews a:hover{
text-decoration:underline;
}