html, body {
  margin: 0;
  padding: 0;
}
hr {
  border: 1px solid black;
  width: 180px;
  float: left;
}

.ghost {
  -webkit-user-drag: none;
 -khtml-user-drag: none;
 -moz-user-drag: none;
 -o-user-drag: none;
 user-drag: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -o-user-select: none;
 user-select: none;
}

body {
  font-family: Times Newer Roman;
  font-size: 14pt;
  line-height: 1.5;
  
}


.copyleft {
  float: left;
  padding-left: 0.25em;
}
#Date {
  padding-left: 0.25em;
}
img {
  width: auto;
  max-width: 100%;

}


.container.body {
  margin-top: 2em;
}


.container.footer {
    padding: 2em 0;

}
.container.footer > div > span {
    position: relative;
    float: left;
}
.copyleft {
  -webkit-transform: scaleX(-1) scaleY(1);
  transform: scaleX(-1) scaleY(1);
  font-family: Arial;
}
div.cc-sa {
  width: 16px;
  height: 16px;
  margin: 2px 0;
  -webkit-filter: invert(1);
  filter: invert(1);
  background-image: url(https://creativecommons.org/images/deed/sa_white_x2.png);
  background-size: contain;
  float: left;
}
ul {
  padding: 1em 0;
}
li {
  list-style: none;
  float: right;
  margin: 0 1em;
}
address {
  margin: 1em 0;
}

section {
  margin: 2em 0 4em 0;
}
h3 {
  line-height: 0.5;
}