body {
	font-family: sans-serif ;
	background: #FFFDD0 ;
	color: black ;
}

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

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

header h1 {
	text-align: center ;
}

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

.crypto {
	color: green;
	font-size: x-small;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

a:link {
        color: darkorchid;
	text-decoration-color: #FFFDD0;
}
a:hover {
        color: indigo;
	text-decoration:underline;
	text-decoration-color: indigo;
}
	/* 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% ;
}

