body {
	font-family: sans-serif ;
	background: #1b1b1b ;
	color: #ccc ;
	text-align: center ;
}
main {
	margin: 50px ;
}

img {
	max-width: 100% ;
}

header h1 {
	color: chocolate ;
}

nav {
	text-align: center ;
	font-size: 1.5em ;
}

saved {
    background: #00FFFF ;
    cellspacing: 2 ;
    cellpadding: 2 ;
    border: 2 ;
    bordercolor: black ;
    color: black ;
}

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

iframe {
	background: white ;
}

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

@media only screen and (min-width: 480px) {

   body { 
      font-size: 2em; 
   }

}
