body {
  color: #fb4;
  background-color: #555;
  font-family: "Trebuchet MS", Helvetica, Serif;
  font-size: 0.9em;
}

h1 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
}
h2 {
  font-size: 1.5em;
}

img {
  border: 0;
}

a {
  color: #fb4;
  text-decoration: none;
  border-bottom: 1px dotted #fb4;
  white-space: nowrap;
}
* html a {
  border-bottom: 1px solid #764;
}
a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

table {
  width: 90%;
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
}
table thead th ,
table tfoot td {
  background: #333;
  border: 1px solid #444;
}
table .bg0 ,
table .bg1 {
  background: #4d4d4d;
}
* html table .bg1 {
  background: #505050;
}
table tbody tr:hover {
  background: #555;
}
table thead th {
  font-size: 1.1em;
}
table tbody {
  font-size: 0.9em;
}
table tbody th {
  width: 50%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
table td ,
table tbody th {
  border: 1px solid #333;
  padding: 2px 5px;
}
table tbody th a span {
  position: absolute;
  margin-top: 1em;
  margin-left: -1em;
  visibility: hidden;
  padding: 2px 6px;
  background: #222;
  -moz-border-radius: 4px;
  -moz-opacity: 0.7;
  filter: Alpha(opacity=70);
}
table tbody th a span em {
  color: #f00;
  font-style: normal;
}
table tbody th a:hover span {
  visibility: visible;
}
table td {
  text-align: center;
}

address {
  display: block;
  text-align: center;
  margin: 2em 0;
}

table tbody td input {
  color:#fb4;
  background-color:#222;
}