body {
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
}

h1 {
  float: left;
  font-size: 120%;
}

h2 {
  font-size: 110%;
}

ul#menu {
  display: block;
  float: right;
  list-style: none;
  margin: 0;
}

#menu li {
  display: block;
  float: left;
  white-space: nowrap;
}

#menu li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  font-weight: bold;
}

.content {
  clear: both;
}

#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
}

td.header {
  font-weight: bold;
  text-align: right;
}

table#profile a {
  text-decoration: none;
}
