body {
  background: #fff;
  color: #000;
  font: normal 1em Arial, sans-serif;
  margin-left: 15%;
  margin-right: 15%;
  line-height: 1.25em;
}

p { margin-bottom: 0; }

A:link {
  color: #00f;
  text-decoration: underline;
}

A:visited {
  color: #00f;
  text-decoration: underline;
}

A:hover {
  color: #f00;
  text-decoration: none;
}
