body {
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  font-size: 90%;
  margin: 0;
  padding: 1em 3em;
}

input {
  -webkit-text-size-adjust: 210%;
}

a {
  color: #4747b7;
}

a:visited {
  color: #a747b7;
}

h1 {
  float: left;
}

strong {
  color: #d33;
}

#navi {
  float: right;
}

#content {
  clear: both;
}

.event {
  background-color: #e7e7e7;
  border: 2px solid #575757;
  margin-bottom: 1.5em;
  padding: 1em;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.event h2 {
  margin: 0;
}

.subscribers {
  margin-left: 1em;
}

.person {
  font-size: 0.8em;
  margin-left: 0.25em;
}