* {
  margin: 0;
  padding: 0;
}

body {
  width: 960px;
  margin: 25px auto 0 auto;
  padding: 10px;
  font-family: 'VAG-Rounded-Bold';
}

h1 {
  text-align: center;
}

h2 {
  font-size: 18px;
}

ul#release_list li {
  list-style-type: none;
  margin: 6px 0 0 0;
  padding: 16px;
}

ul#release_list li.alt {
  background-color: #f4f4f4;
}

ul#release_list li:first-child {
  background-color: #ada;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

ul#release_list li:first-child h2 {
  color: green;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

ul#release_list strong a.revision {
  font-family: monospace;
}

ul#release_list strong a {
  display: block;
  float: right;
  font-size: small;
  font-weight: normal;
}

ul#release_list strong .comment {
  color: green;
}

ul#release_list em {
  display: block;
  font-style: italic;
  font-size: small;
  color: #888;
}

ul#release_list strong a:hover {
  background-color: #eee;
}

em a, em a:hover, strong a, strong a:hover {
  color: #444;
}

#footer {
  margin: 45px 0;
  font-size: small;
  text-align: center;
}

#footer a {
  color: #555;
  text-decoration: none;
}
