.Index-Container {
  border-style: none;
  margin-right: auto;
  margin-left: auto;
  display: table;
  position: static;
  text-align: center;
  width: 97%;
  height: 170px;
}
.Index-Game {
  width: 300px;
  display: table-cell;
}
.Index-Separator {
  width: 29px;
  display: table-cell;
}
.Game-Icon {
  border-style: ridge ridge groove groove;
  border-color: #cccccc;
  border-width: 3px;
  display: table-cell;
  vertical-align: middle;
  position: static;
  text-align: center;
  height: 170px;
  background-position:  center center;
  line-height: 0.6em;
  font-size: 0.6em;
  width: 300px;
}
.Game-Description {
  border-style: groove ridge groove groove;
  border-color: #cccccc;
  border-width: 5px 4px 4px;
  padding: 10px 10px 10px 15px;
  vertical-align: top;
  position: static;
  color: black;
  font-weight: bold;
  display: table-cell;
  text-align: left;
  width: 275px;
  background-color: white;
  background-image: url(../MainMenu/images/paper_old.png);
  line-height: 1.2em;
  font-size: 0.7em;
}
.Texture-Icon {
  position: static;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-position: center bottom;
  line-height: 1.1em;
}
.Game-Title {
  border-style: groove ridge groove groove;
  border-width: 4px;
  background-position: left top;
  width: 300px;
  height: 36px;
  color: white;
  background-image: url(../MainMenu/images/Index-HeaderBackground.PNG);
}
.Game-Title td {
  text-align: center;
  vertical-align: middle;
  font-family: verdana;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: bold;
}
.Game-Title a:link {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  font-family: Verdana;
  line-height: 1.1em;
}
.Game-Title a:visited {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  font-family: Verdana;
  line-height: 1.1em;
}
.Game-Title a:hover {
  font-size: 1.1em;
  font-weight: bold;
  font-family: Verdana;
  color: #ffff33;
  line-height: 1.1em;
}
.Game-Blank {
  width: 308px;
}
.Game-Container {
  border-style: none;
  margin-right: auto;
  margin-left: auto;
  display: table;
  position: static;
  text-align: center;
  width: 300px;
  height: 170px;
}
#Title {
  border-style: none;
  border-color: silver;
  overflow: hidden;
  background-position:  center center;
  font-weight: inherit;
  text-align: center;
  position: static;
  min-height: 0px;
  display: block;
  color: black;
  margin-right: auto;
  font-family: verdana;
  margin-left: auto;
  width: 1000px;
  font-size: 12px;
  height: 80px;
  line-height: 55px;
}

