body { 
  margin: 20px;
  line-height: 1.5;
  background-color: #f0e7e7;
}
h2 {
  font-family: Garamond, serif;
  font-weight: 600;
  font-size: 25px;
}
p {
  font-family: Garamond, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19.5px;
}
ul {
  padding: 0;
  list-style-type: none;	
}
li {
  font-family: Garamond, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19.5px;
}
span {
  font-family: Garamond, serif;
  font-weight: 300;
  font-style: italic;
}
div.column {

  max-width: 510px;
  margin: auto;
  float: left;
}
img {
	width: 100%;
}
a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: blue;
  text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
}