div.banner {
  margin: 0;
  font-size: 0.75em /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 180px;
  left: auto;
  width: 120px;
  right: 20px;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #990000;
  border-top: thin outset white;
	border-right: thin outset black;
	border-bottom: thin outset black;
	border-left: thin outset white;
  color: #FFE79C;
}

div.banner a { display: block; padding:0.2em; margin:0.7em }
div.banner a { border-top: 1px solid white}
div.banner a:first-child { border-top: 1px  solid white }


div.banner a:link { text-decoration: none; color: #FFE79C}
div.banner a:visited { text-decoration: none; color: #FFE79C}
div.banner a:hover { background: #990000; color: white}