body {
  background-color: #000000;
  color: #ffffff;
}

h1, h2, h3 {
  text-align: center;
}

a {
  color: #ffff00;
  text-decoration: none;
}

a:hover {
  color: #ffff99;
  text-decoration: none;
}

td {
  padding: 1px 4px 1px 4px;
}

td.sidebar_heading {
  background-color: #005500;
  color: #ffffff;
  font-weight: bold;
}

td.sidebar_item {
  background-color: #007700;
  color: #ffff00
}

table.game_heading {
  background-color: #005500;
  font-weight: bold;
  width: 100%;
}

table.game_description {
  background-color: #007700;
  width: 100%;
}

#body {
  position: relative;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}

#main {
  padding-left: 20%;
}

img {
  border: 0px;
}

