body {
	background-color: #fff;
/*	background-color: #111; */
/*	bsckground-color: #fff; */
	color: #000;
	margin-left: 1em;
	margin-right: 1em;
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
.isbold, .isguest, .slink {
	font-weight: bold;
}
h1, h2, h3, h4, h5, .line01 {
	font-family: "Telex", "Roboto", "Verdana", sans-serif;
/*	font-family: "Special Elite", "Telex", "Roboto", "Verdana", sans-serif; */
/*	font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif; */
}
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: black;
}
a:active, a:hover {
	color: red;
}
hr.shadowhr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
