body {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  min-width: 320px; }

.center {
  text-align: center; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

a {
  color: #a33;
  text-decoration: none; }
  a:hover {
    color: #c33; }
