#toptext
{
  height: 65%;
}
#banner {
  background: darkblue;
  color: yellow;
  font-weight: bold;
  font-family: arial;
  font-size: 15pt;
  font-weight: normal;
  padding: 5px 20px;
  margin: 0 auto;
  text-align: center;
  width: 400px;
}
#banner a, #banner a:visited { display: block; color: white; }
