
 body {
	font-style: sans-serif ;
	background: #102020 ;
	color: #eee ;

}

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

img {
	max-width: 100% ;
	border: 5px solid #505050 ;
}

header h1 {
	text-align: center ;
	color: #859996;
}

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

/* 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% ;
}

a {
	color: yellow;
}
