blockquote {
	margin: 15px 0;
	padding: 1.7em;
	line-height: 150%;
	color: rgba(0,0,0,0.4);
	background: #eee;
	font-family: "Lato", "Helvetica Neue", sans-serif;
}

a {
	color: darkred;
}
a:hover {
  color: black;
}