div.top {
  background-color: #eeeeee;
  text-align: center;
  padding: 3px;
  font-size: 11px;
  font-family: Tahoma;
}

div.top span.divider {
  padding: 10px;
}

div.top a {
  background: #eeeeee;
  color: #000000;
  text-decoration: none;
}
div.top a:hover {
  background: #333333;
  color: #ffffff;
  text-decoration: none;
}
