body {
  background: #00BFF3;
  font: .85em/1.75em Georgia, sans-serif;
  color: black;
  text-align: center; /* IE Center Hack pt 1 */
}

.picture {
  float: left;
  padding-right: 10px;
  margin: 0px 5px 0px 0px;
}

#links, .wallpaper, div.table {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #005B7F;
  width: 60%;
  text-align: left; /* IE Center Hack pt 2 */
}

#links {
  text-align: center;
}

.wallpaper {
  height: 105px;
}

a {
  text-decoration: none;
}

a.legal {
  color: white;
  font-size: 8pt;
}

h1 {
  font: .85em/1.5em Georgia, sans-serif;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.bold {
  font-weight: bold;
}