@charset "utf-8";
/* CSS Document */
body {
  background-image: url('bg.webp');
  background-repeat: repeat;
  background-attachment: scroll;
}
table, th, td, tr {
  border: 0px solid black;
  border-collapse: collapse;
  padding: 15px;
  vertical-align: top;
}
table {
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center bottom;
}
.a:link {
  color: #ffffff;
  text-decoration: underline;
}
.a:visited {
  color: #990055;
  text-decoration: underline;
}
a, a:link:active {
  color: #1885CC;
}
a:visited:active {
  color: #990055;
}
.disabled {
  background-color: #000000;
  color: gray;
}
.previous {
  background-color: #555555;
  color: black;
}
.next {
  background-color: #1885CC;
  color: black;
}
.round {
  border-radius: 50%;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fundinho {
  background-position: center;
  background-repeat: repeat-y;
}
.rodape {
  display: block;
  background: #000000;
  border-collapse: collapse;
  vertical-align: top;
}