body {
	font-family: sans-serif ;
	background: #3e3d42 ;
	color: #ccc ;
	text-align: left ;
	justify-content: center ;
}

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

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

header h1 {
	text-align: center ;
	color: gold ;
	font-size : 45pt ;
}

h2 {
	text-align: left ;
	margin: auto ;
	border-top: dashed #ddd 2px ;
	font-size: 24pt ;
	margin: 1em auto ;
	color: gold ;
	padding-top: 25px ;
}

li {
	text-align: left ;
}

a:link {
	#color: #008000;
	color: cyan ;
}

a:visited {
	color: #ff471a;
}

a:hover {
	color: #ffcccc;
}

a:active {
	color: #008080;
}

blockquote {
	color: white;
	background: #2e3532;
}

footer {
	text-align: center ;
	clear: both ;
}

.left {
	float: left ;
}

.inline {
	display: inline-block ;
	padding-right: 25px ;
}

/* For TAGLIST.HTML */
.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% ;
}
