body {
	background-image: url("pape.png");
	background-attachment: fixed;
	background-position: center;
	font-family:monospace, sans-serif;
}

.header {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: center;
}

.header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #111;
}

#title {
	color: #eee;
	font-size: 50px;
	text-align: center;
	margin: 5px;
	text-shadow: -2px 0 #111, 0 2px #111, 2px 0 #111, 0 -2px #111;
}
.divi {
	background-color: #eee;
	border: 4px solid #111;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

.divi hr {
	border-color: #111;
	border-width: 4px;
}

redact {
	background-color: #111;
}
h1 {
	text-align: center;
	margin: 5px;
}



p {
	margin-left: 10px;
	margin-right: 10px;
}

a {
	text-decoration:underline;
	color:#111;
	margin:5px;
}
a:hover{
	text-decoration:underline;
	color:darkgray;
}
