
body {
	font-family: serif ;
	background: #edefef ;
	color: #311 ;
}

a {
	color: #11e ;
	text-decoration: none;
}

a:hover {
	color: #ab7b0a ;
	text-decoration: wavy underline;
}

article a[href^="http:"]::after, article a[href^="https:"]::after {
    content: "🔗";
	font-size: 0.5em;
	vertical-align: super;
}

#webring, #webring a {
	color: #0a0a0a;
}
#webring a::after {
	content: "";
}

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

img {
	max-width: 100% ;
}

header h1 {
	text-align: center ;
}

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

table {
	border-collapse: collapse;
	max-width: 100%;
}
table, th, td {
	border: 1px solid;
}
th, td {
	padding: 0.5em;
}
