TABLE {
  text-align: center;
}

TABLE.outer {
  border-spacing: 5px 5px;
}

table.outer td {
  vertical-align: top;
}

table.inner {
  background: #F5F5F5;
  border-width: 2px;
  border-style: solid;
  border-color: #777777;
  -moz-border-radius: 6px;
  border-collapse: separate;
}

table.inner th, table.inner td {
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  -moz-border-radius: 3px;
  vertical-align: middle;
}

.title {
  font-size: 120%;
  font-weight: bolder;
}

.data {
  width: 4.0em
}

