body { 
  color: black;
  background-color: #e8e8e8;
  font-family: Arial, sans-serif;
}
a { 
  color: #00a;
  text-decoration: none;
}
a:hover { 
  color: #36e;
}
h1 {
  font-size: 140%;
  font-weight: normal;
}
