body {
	font-family: sans-serif	;
	background: #110000 ;
	color: #fff4cc ;
	text-shadow: 2px 2px 0px black ;



background-image: url('/FSquiggleAni.apng') ;
background-repeat: repeat ;

}

main {
	max-width: 800px ;
	margin: auto ;
	text-shadow: 2px 2px 0px black ;


}
img {
	max-width: 100% ;
	filter: drop-shadow(20px 20px 2px black) ;
	transition:transform 0.1s ease ;
}

img:hover {
	-webkit-transform:scale(1.25) ;
	transform:scale(1.25) ;
}

header h1 {
	text-align: center ;
	font-family: serif ;
	text-shadow: 2px 2px 0px black ;
	background-color: red ;
	width: auto ;
	border: 5px solid black ;
	padding: 3px ;
	margin: 50px ;
	border-radius: 3px ;
}
article {
	background-color: #2b2b2b ;
	width: auto ;
	border: 5px solid green ;
	padding: 50px ;
	margin: auto ;
	border-radius: 3px ;

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

a:link {
	color: orange ;
}

a:visited {
	color: #f56827	;
}

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