body {
  background: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  margin: 10px;
  line-height: 150%;
}

h1 {
  font-size: 1.44em;
  color: blue;
}

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:active {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
}

#wrapper {
 width: 90%;
}

