@charset "utf-8";

body {
  background: #111111 url(/texture.png) repeat scroll top left;
  color: #cccccc;
  font-family: "Lucida Console", "monospace";
  font-size: 12pt;
  margin-top: 10px;
  margin-left: 10px;
}
table.container {
  background: transparent url(/overlay.png) repeat scroll top left;
  border: 1px solid #777777;
}
img {
  border: 0px;
  margin: 5px;
}
td a img {
  background-color: #111111;
  padding: 5px;
  border: 1px solid #777777;
}
div.description {
  margin: 5px;
  font-size: 9pt;
}
a {
  text-decoration: none;
  color: #cccccc;
}
.title {
  font-size: 14pt;
  margin: 5px;
}
.banner {
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner2 {
  position: absolute;
  left: 20px;
  top: 0px;
}
.banner3 {
  position: absolute;
  left: 40px;
  top: 0px;
}
.margin {
  margin-right: 15px;
  border: 1px solid #777777;
}
.margin2 {
  margin-left: 15px;
  border: 1px solid #777777;
}
