html {background:#333}
body {
  background:#dafcfd;
  font-family:Garamond, serif;
  font-size:14pt;
  max-width:600px;
  margin:10px auto;
  padding:20px;
  min-height:500px;
}
h1 {
  font-size:26pt;
  text-transform:uppercase;

  text-align:center;
  border:solid 0px #000;
  border-bottom-width:1px}
a {
  color:#f00;
}
a:visited {color:#c99}
a:hover {color:#333}