html {
  background-color: #eee;
}
body {
  position: relative;
  background-color: #fff;
  margin: 20px auto;
  width: 900px;
  font-family: Trebuchet, Helvetica;
  text-align: center;
  border: 2px solid #ccc;
  padding: 20px;
}
h1 {
  margin: 0;
}
h1 a {
  color: #000;
}
h1 a:hover {
  color: #000;
  background: #fff;
  text-decoration: underline;
}
h2 {
  margin: 0 0 30px;
  color: #aaa;
  font-weight: normal;
  font-size: 1.2em;
}
p {
  color: #6F7E84;
}
a {
  padding: 1px;
  text-decoration: none;
  color: #27A5D2;
}
a:hover {
  background-color: #48CFFF;
  color: #fff;
}
#footer {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
#footer a {
  font-size: 0.6em;
  color: #aaa;
}
#footer a:hover {
  background: #fff;
  color: #aaa;
  text-decoration: underline;
}
