body {
	font-family: "Courier New", monospace ;
	background: #fff8d4 ;
	color: #1B2021 ;
}

main {
	max-width: 800px ;
	margin: auto ;
}

img {
  	display: block;
 	max-width: 80%;
  	margin-left: auto;
  	margin-right: auto;
}

header h1 {
	text-align: center ;
}

footer {
	text-align: center ;
	clear: both ;
}
/* Links */
a:link {
  	color: #0094d9;
  	text-decoration: none;
}

a:visited {
  	color: #026d9e;
  	text-decoration: none;
}

a:hover {
  	color: #0094d9;
  	text-decoration: underline;
}

a:active {
  	color: #0094d9;
  	text-decoration: none;
}

.taglist {
	text-align: center ;
	clear: both ;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}

@media (prefers-color-scheme: dark) {
	body {
		background: #1B2021 ;
		color: #fff8d4 ;
	}
}
