screenshot of a book on sacred-texts.com with less 90s styling

I used fonts from Modern Font Stacks because I couldn’t decide on a particular serif. Links are red because of my self-evident affinity for rubricated text.

html {
  background: white;
  color: black;
}

body > :not(table) {
  max-width: 28em;
  line-height: 1.3;
  font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
  margin-left: auto;
  margin-right: auto;
}

/*  I have sent them a few bucks as donation, so I feel I have moral license to do this. */
img[src*="cdshop"] {
  display: none;
}

a:link {
  color: #910a0e;
}

a:visited {
  color: #75272a;
}

a:hover {
  color: #d5030a;
}

a:active {
  color: #c3474b;
}