body {
  margin: 0px;
  padding: 0px;
  background-color: #99b3cc;
  font: .9em verdana;
  line-height: 1.2;
}

h3 {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #00c;
}
  
a:visited {
  color: #00c;
}

a:hover {
  color: #f00;
}

#ads {
  position: absolute;
  top: 8px;
  left: 75px;
  z-index: 25500;
}

body > div#ads {
  position: fixed;
}

#surviving {
  /*display: none;*/
}

#destroyed {
  display: none;
}

#bonus {
  display: none;
}

#legend {
  display: none;
}

#about {
  display: none;
}

#sites {
  display: none;
}

.level1 {
  margin: 2px;
  padding: 4px;
  border: 1px solid #f00;
  background-color: #fff;
}

.level2 {
  position: relative;
  background-color: #f2efe9;
  margin: -3px 2px 0px 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-right: 1px solid #f00;
  border-bottom: 1px solid #f00;
  border-left: 1px solid #f00;
  font-size: .8em;
}

.level2a {
  background-color: #f2efe9;
  margin-top: 2px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0px;
}

.level3 {
  margin: 0px -1px 0px -1px;
  background-color: #99b3cc;
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  display: none;
}

.level3a {
  background-color: #e3e3d8;
  border-left: 1px solid #f00;
  border-right: 1px solid #f00;
  margin: -1px 0px 0px 6px;
  padding: 4px;
  font-size: .9em;
}
/*
.x-box {
  float: right;
  width: 15px;
  height: 15px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  border: 1px solid #f00;
}
*/