body {
	font-family: monospace ;
	font-size: 15px;
	background: #1d2021 ;
	color: #ebdbb2 ;
}

a{
	outline:none;
}

a:link{
	color:#458588;
}

a:visited{
	color:#076678;
}

a:hover {
	text-decoration: none;
	color:#83a598;
}

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

img {
	max-width: 100% ;
}

header h1 {
	color:#fabd2f;
	text-align: left ;
}

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