1* {
2        color:#000;
3        background:transparent;
4}
5html { border: 0 }
6body {
7        hyphens: auto;
8        margin:auto;
9        font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
10	line-height: 1.5;
11}
12pre {
13        white-space: pre-wrap;
14        word-wrap: break-word;
15	border:1px solid #ccc;
16}
17a {
18	text-decoration: none !important;
19	font-weight: bold;
20}
21/* show links, but not for images */
22a[href^=http]:after, a:not(:local-link):after {
23        font-size: small !important;
24        content: " \003C" attr(href) "\003E " !important;
25}
26$a:after > img {
27   content: "";
28}
29img { max-width:100% }
30table {border: 1px solid #000; padding:1ex}
31tr:nth-child(even) {background-color: #ddd; }
32tr:nth-child(odd) {background-color: #aaa; }
33h1 {
34	border-bottom: 1px solid #000;
35	text-align:center;
36}
37h2 { border-bottom: 1px solid #ccc; }
38
39
40blockquote { page-break-inside: avoid; }
41p { page-break-inside: avoid }
42h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid }
43img { page-break-inside:avoid; page-break-after:avoid; }
44table, pre { page-break-inside:avoid }
45ul, ol, dl  { page-break-before:avoid }
46
47header {display:none}
48#dokuwiki__sidebar {display:none}
49#dokuwiki__breadcrumb {display:none}
50
51