body {
	font-family: verdana, sans-serif;
}
h1 {
	background-color: lightgreen;
	text-align: center;
	border: solid;
	border-color: green;
	padding: 0.25em;
}
.quietLink {
	text-decoration: none;
	color: black;
}
.margins {
	margin-left: 10%;
	margin-right: 10%;
}