body {
	background-color: #333;
	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: Archivo, Tahoma, Verdana, sans-serif;
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 0.9em;
}
a {
	color: yellow;
}
a:visited {
	color: yellow;
}
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);
}
