html {background     : #AEA9A4;}
body {
  color              : #262626;
  background         : #E8E0D8;
  display            : table;
  max-width          : 40em;
  margin             : 1ex auto;
  padding            : 0em 1em;
  text-align         : justify;
  font-family        : "Charter BT", serif;
}                
h1 {text-align       : center;}
dt {font-weight      : bold;}
dd {margin-bottom    : 1ex;}
address {
  white-space        : pre;
  font-style         : normal;
}
.c2 {text-align      : center;}
a {border            : none;}
.aside {
  background         : #C3BCB6;
  color              : #262626;
  font-size          : 80%;
  padding            : 0.7ex;
  border-radius      : 10px;
}
.quote {
  background         : #F8F0E8;
  color              : #262626;
  font-style         : normal;
  border-radius      : 10px;
}
#colophon {
  font-size          : 80%;
  border             : thick inset;
  background         : #8C8782;
  color              : #D8D0C8;
  padding            : 1ex;
  border-radius      : 10px;
}
#pageHead:before {
  content            : url("/img/JDC.svg");
  position           : relative;
  top                : 1ex;
}
.pgdesc {
}
.tags {
  background         : #F8F0E8;
  color              : #403020;
  font-size          : smaller;
  border-radius      : 10px;
}
.tags:before {
  content            : "🔖 Tags: "
}
