body {
  color: black;
  background: white;
  line-height: 1.1;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif 
}

h1 {
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: thin solid;
}

h2 {
  line-height: 1;
  text-align: left;
  font-variant: small-caps;
}

a:link {
  color: blue; 
  text-decoration: none;
}

a:visited {
  color: purple;
  text-decoration: none;
}

pre {
  text-align: left 
}

li {
  padding-left: 0;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

ul, ol {
  padding-left: 0;
  margin-left: 0.5em; 
}

div.quote {
  padding: 0.5em 1.5em 0.5em 1.5em; 
}

div.footer {
  margin-top: 0.5em; 
  padding-top: 0.5em; 
  border-top: thin solid;
}

body {
  position: relative;
  padding: 1em 10em 1em 10em;	
  margin: 0 
}

