* {
  background: #C00;
  color: #FFF;
  margin: 0;
  font: Georgia,Verdana;
  font-family: Georgia,Verdana;
}

body {
  font-size: 96%;
  margin: 10%;
}

p {
  font-size: 0.8em;
  line-height: 1.4em;
}

p.head {
  font-size: 2.8em;
  font-weight: bold;
}

p.mini {
  font-size: 0.6em;
}

h1 {
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

a {
  background: #900;
  color: #FFF;
  text-decoration: none;
  padding: 0.2em;
  white-space: nowrap;
}

a:hover {
  text-decoration: underline;
}


