body {
  font: 10pt 'Lucida Grande', Verdana, sans-serif;
  color: #666;
  padding: 3.5em;
  margin: 0
}

h1, h2 {
  color: black;
  margin-top: 0;
  font-family: 'Arial Rounded MT Bold', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.8em;
}

p {
  width: 32em;
}

div.footer {
  font-size: 0.8em;
  color: #bbb;
  margin-top: 3em;
}

a#hubba_edit_link {
  background-color: white;
  color: #777;
  font-size: 1.5em;
  text-decoration: none;
  padding: 0 3px 0 3px;
  border: 2px solid #ddd;
  margin-left: -1.9em;
  margin-top: 0.5em;
  position: relative;
  float: left;
}

a, a:visited {
  color: #f40;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

