/* 9atom-style.css, from http://www.quanstro.net/plan9/9atom/style.css as of 2013-05-19T19:23:41+0200 */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Luxi Sans", sans-serif;
	background-color: #ffffe9;
}
/* acme-inspired header */
.header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Luxi Sans", sans-serif;
	background-color: #a8ffff;
}

i {font-style: italic}
tt {
	font-family: monospace;
	font-size: large
}
b {font-weight: bold}
ul {margin: 0}
.grk {font-family: serif; font-style: italic; font-size: larger}
.aep {padding-left: 1em; text-align: center}
.nep {padding-left: 1em; text-align: right}
.title {font-size: larger; font-weight: lighter}
/* hyperlinks, from https://wiki.selfhtml.org/wiki/CSS/Selektoren/Teil%C3%BCbereinstimmung */
a[href^="https://"] { font-style: italic }
a[href^="http://"] { font-style: italic }
a[href*="iwasno"] {font-style: unset }
