div#logo {
  text-align: center;
}

div#description {
  text-align: center;
  color: yellow;
  background-color: #000066;
  font-size: 8pt;
  height: 20px;
}

div#bottom_description {
  clear: both;
  text-align: center;
  padding-top: 5px;
  color: gray;
  background-color: #000066;
  font-size: 8pt;
  height: 20px;
}

div#remote {
  width: 321px;
  margin: 0;
  padding: 0;
  color: gray;
  background-color: #000066;
  font-size: 9pt;
  font-family: sans-serif;
  border-color: blue;
  border-width: 5px;
  border-style: outset;
}

div.remote_line { text-align: center; }

div.remote_line a {
  display: block;
  width: 74px;
  text-align: center;
  border-color: blue;
  border-width: 2px;
  border-style: outset;
  margin: 1px;
  padding: 0;
  color: white;
  background-color: #000066;
  text-decoration: none;
  font-weight: bold;
  float: left;
}
div.remote_line a:link { color: white; background-color: #000066}
div.remote_line a:hover { color: white; background-color: #0000AA; }
div.remote_line a:active { color: yellow; background-color: #0000AA; border-style: inset; }
