div.banner {
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  top: 10px;
  text-align: center;
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  color: white;
}
div.banner a, div.banner em {
  display: block;
  margin: 0 0.5em;
}
div.banner em { color: #CFC }
div.banner a:link {
  text-decoration: none;
  color: white;
}
div.banner a:visited {
  text-decoration: none;
  color: #CCC;
}
div.banner a:hover { background: green; color: white;
}
