body {
  font-family: Verdana, Helvetica, Arial;
  font-size: small;
}

#base {
  width: 740px;
}

h1 a {
  color: black;
  text-decoration: none;
}

.query {
  background: yellow;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#top,
#previous,
#processing {
  font-size: smaller;
}

#previous a {
  color: blue;
  text-decoration: none;
}

#previous a:hover {
  text-decoration: underline;
}

#redirected {
  color: red;
  font-weight: bold;
}

a img {
  border: 1px solid transparent;
  margin: 5px;
}

a:hover img {
  border: 1px solid black;
}

body.mosaic ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

body.mosaic li {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

#base li {
  margin-bottom: 15px;
}

span.tag {
  margin-right: 1em;
}
