body {
  background-color: #ffffff;
  color: #000000;
  font-size: 100%;
}

a {
  color: #000080;
  font-size: 100%;
}

a:hover {
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}

span.condition {
  color: #008000;
}

span.emph {
  font-weight: bold;
}

div.effects {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  background-color: #ffdddd;
}

div.status {
  background-color: #eeeeee;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

div.features {
  background-color: #eeeeee;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
}

div.hideshow {
  text-align: center;
  font-size: 80%;
}

body {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

table.features td.income {
  padding-right: 2em;
  text-align: right;
}

div.newgame {
  text-align: right;
  background-color: white;
  color: black;
}

p {
  text-align: justify;
}

div.nameform {
  text-align: center;
}

div.nameform input {
  margin-bottom: 1em;
}

div.nameform button {
  padding: 1em;
}

img.start {
  width: 66%;
}

div.images {
  text-align: center;
}
