body {
	font-style: sans-serif ;
	background: #f5f5f0 ;
	color: #000000 ;
}

/* this is for code boxes */
pre {
    background: #eeeeea;
    padding: 10px;
    border-radius: 4px;
    border: solid;
    border-width: 1px;
    border-color: #abc;
    overflow: auto;
    font-size: 14px ;
}

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

img {
	max-width: 100% ;
}

header h1 {
	text-align: center ;
}

footer {
    padding-top: 40px ;
	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% ;
}
