body { font-family: Garamond, Georgia, serif; margin-left: auto; margin-right: auto; padding-right: 10px; padding-left: 10px; max-width: 700px; background-color: antiquewhite; color: black; }
p { font-size: 14pt; }
ul { text-align: left; }
img{ vertical-align: middle; max-height: 40px; max-width: 40px; }
a, a:visited { color: #222; }
.gap { display: none; }
.bad { color: white; border: 1px solid red; border-radius: 3px; background: red; font-size: small; }
.xmppcontent { display: none; margin-left: 45px; }
.xmppcontent:target { display: inline; }
@media (prefers-color-scheme: dark) { 
	body { background-color: black; color: white; } 
	img { filter: invert(1); }
	a, a:visited { color: antiquewhite; }
}