body {
  font-family: "Source Serif Pro", sans-serif;
  max-width: 850px;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 5em;
  color: rgb(60,60,60);
  font-size: 1.3em;
}

p {
  text-align: justify;
}


h1,h2,h3,h4 {
  color: darkblue;
  margin-top: 1.5em;
  font-variant: small-caps;
}
h1 {
  font-size: 2.0em;
  
}
h3 {
  color: black;
}


a {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-shadow: 2px 0px 2px yellow;
}
a:before {
  content: "[";
}
a:after {
  content: "]";
}


q {
  font-family: monospace;
}

img {
  max-width: 800px;
  margin: 1em;
}
