body {
	background-color: #d6f5d6;
	color: black;
	margin-left: 0;
	margin-right: 0;
}
body, .normfont {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: black;
}
a:visited {
	color: black;
}
a:active, a:hover {
	color: red;
}
.outwrap {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.banner {
	text-align: center;
	display: block;
	margin-bottom: 2.5em;
}
.thish1 {
	display: block;
	font-family: 'Federo', Verdana, Tahoma, sans-serif;
	font-size: 3.5em;
	line-height: 90%;
	text-shadow: 2px 2px 4px #32cd32;
	padding-bottom: 0;
	margin-bottom: 0.25em;
}
.tcbtn {
	display: inline-block;
	width: 9vw;
	font-family: 'Josefin Sans', Tahoma, Verdana, sans-serif;
	font-size: 1.25em;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	border: 5px outset;
	border-radius: 5px;
}
.atitle {
	font-family: 'Georama', Tahoma, Verdana, sans-serif;
	font-size: 2em;
}
.abyline {
	font-size: 1.25em;
}
.adate {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
}
.asep {
	width: 80vw;
	margin-left: 9.5vw;
}
.aintro {
	margin-bottom: 0;
	padding-bottom: 0;
}
.asig {
	font-size: 0.9em;
}
.aoped {
	font-size: 1.05em;
	font-style: italic;
}
.bsep {
	width: 30vw;
	margin-left: 35vw;
	text-align: center;
}
.bsimg {
	padding-top: 0.5em;
	width: 60%;
	text-align: center;
}
.cwrap {
	text-align: left;
	margin-left: 0.5vw;
	margin-right: 0.5vw;
	margin-bottom: 2em;
}
/* decoration for cutting */
.cdec {
	text-decoration: underline;
/*
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: green;
*/
}
/* large */
@media only screen and (min-width: 601px) {
	.outwrap {
		font-size: 1.1em;
	}
	.banner {
		margin-bottom: 1em;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.outwrap {
		font-size: 0.9em; 
	}
	.banner {
		margin-bottom: 1.25em;
	}
	.thish1 {
		font-size: 3.0em;
		margin-bottom: 0.25em;
		line-height: 102%;
	}
	.tcbtn {
		width: 28vw;
	}
}
