body {
  background: url('images/body.png') repeat-x #87bde3;
  font-family: sans-serif;
}

h1 {
  margin: 0px;
}
h2 {
  margin: 0px;
}

a:link {
  color: #000040;
  text-decoration: underline;
}
a:active {
  color: #000040;
  text-decoration: underline;
}
a:visited {
  color: #000040;
  text-decoration: underline;
}
a:hover {
  opacity: .6;
  color: #000040;
  text-decoration: none;
}

hr {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px;
  border-top: 2px groove blue;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

input {
  border-radius: 1em;
  -moz-border-radius: 1em;
  color: black;
  background: transparent;
  border: 1px black solid;
}
button {
  border-radius: 1em;
  -moz-border-radius: 1em;
  background: transparent;
  border: solid black 1px;
  color: black;
}

img {
  border: 0;
}

fieldset {
  border: 2px groove blue;
}

.minidoc {
  background-color: #ffffff;
  color: #000000;
  font-size: 8px;
  overflow: hidden;
  text-decoration: none;
}