body {
  margin: 2em auto;
  text-align: center;
  font-family:comic-sans;
}

#wrapper {
  margin: 0 auto;
  width: 900px;
  font-size:1.1em;
}

a {
  text-decoration:none;
}

a:visited {
  color:blue;
}

a:hover {
  text-decoration:underline;
}

pre {
  float:left;
  position:absolute;
  padding:10px 0px 0px 55px;
  text-align:left;
}