* { margin: 0; padding: 0; }

  body {
  color: #020202;               	/* slightly off black */
  background-color: #FCFCFC;    	/* slightly off white */
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {  
margin-left: 5%; margin-right: 5%;
font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

h1 { padding-top: 1em; font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }

h1 { max-width: 45em; }
h2 { max-width: 45em; }
h3 { max-width: 45em; }
p { max-width: 45em; }
blockquote { max-width: 45em; }
ul { max-width: 45em; }

a { text-decoration: none; }

p { padding: 0.4em; margin-left: 5%; margin-right: 5%;
font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

blockquote { padding: 0.4em; margin-left: 7%; margin-right: 7%; }

ul { padding: 0.4em; margin-left: 7%; margin-right: 7%; }

.elliot { font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif; }
.docloa { font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif; }
.sectionhead { font-weight: bold; font-style: italic; }

.page-header {
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
	background: url("WeThePeople.jpg");
	background-size: contain;
	height: 173px;
	background-repeat: no-repeat;
    color: white;
}

.crypted:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

		

/* 04/20/19 04/25 04/26 05/28 10/10 01/01/20 */