body {
	margin: 5px auto 5px auto;
	width: 590px;
	overflow-x: hidden;
}
p {
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
	font-size: 16px;
	text-align: justify;
	line-height: 1.4;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
}
#header {
	width: 100%;
	height: 350px;
	margin: 0 0 3px 0;
	object-fit: cover;
	/*image-rendering: pixelated;*/
}
#switcher {
	position: absolute;
	width: 160px;
	height: 20px;
	top: 5px;
	right: 5px;
	display: flex;
	justify-content: space-between;
}
#switcher button {
	width: 49%;
	height: 100%;
	border-style: dashed;
	border-width: 1px;
	cursor: pointer;
}
#switcher p {
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
}
#switcher button, #top {
	border-style: dashed;
	border-width: 1px;
	cursor: pointer;
}
#top {
	position: fixed;
	right: 5px;
	bottom: 5px;
	height: 25px;
}
#top p {
	text-align: center;
	font-size: 12px;
	margin: 0;
}
.blockq {
	margin-left: 30px;
}
.wrapped-image {
	float: left;
	margin-right: 5px;
}
.sup {
	font-size: 10px;
}
.note {
	font-size: 14px;
}
.hanging-indent {
	padding-left: 30px; 
	text-indent: -30px; 
}
.works-cited {
	text-align: left;
}
.purple {
	background-color: rgb(203, 173, 255);
}
.red {
	background-color: rgb(255, 178, 172);
}
.teal {
	background-color: rgb(173, 255, 218);
}
.blue {
	background-color: rgb(173, 220, 255);
}
.purple, .red, .blue, .teal, .red p  {
	color: #742a2a;
}
@media screen and (max-width: 600px) {
	body {
		width: auto;
		padding: 20px;
	}
}