body {
	background-color: #ebccff;
	color: #4c0080;
	margin-left: 0;
	margin-right: 0;
	font-family: 'EB Garamond', Garamond, Georgia, "Times New Roman", Times, serif;
}
.isbold, .isguest, .slink {
	font-weight: bold;
}
/* h1, h2, h3, h4, h5, .line01 { */
h1, h2, h3, h4, h5 {
	font-family: 'Lemon', cursive;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 0.9em;
}
a {
	color: black;
}
a:visited {
	color: #4c0080;
}
a:active, a:hover {
	color: #a31aff;
}
hr.shadowhr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
