body {
  background-color: #F0F0F0;
}
a {
	display: block;
	margin-bottom: 20px;
}
h1 {
  color: blue;
}
p {
  color: red;
}
