* {
 margin: 0;
 padding: 0;
 border: 0;
 color: inherit;
 background: transparent;
 font-size: 100%;
}
HTML, BODY {
 background: #fff;
}
BODY {
 margin: 1em 5%;
 padding: 0;
 color: #000;
}
HTML>BODY {
 margin: 1em auto;
 width: 90%;
 max-width: 38em;
}
A:link {
 color: #00f;
}
A:visited {
 color: #609;
}
A:active {
 color: #900;
}
A:link, A:visited, A:active {
 text-decoration: underline;
}
H1, H2, H3, P, LI, DT, DD {
 line-height: 1.5;
}
H1, H2, H3, STRONG {
 font-style: normal;
 font-weight: bold;
}
H1 {
 margin: 1em 0 1.5em;
 font-size: 175%;
}
H1 .sub {
 font-weight: normal;
 font-size: 57%; /* 175% -> 100% */
}
H2 {
 margin: 1em 0 -0.5em;
 font-size: 150%;
}
H2.title {
 margin: 3em 0 0;
 font-weight: normal;
 font-size: 100%;
}
H2.title A {
 padding: 0.2em 0.25em;
 border: 2px solid;
 line-height: 1.75;
}
H2.title STRONG {
 font-size: 131%;
}
H3 {
 margin: 1em 0 -0.5em;
 font-size: 119%;
}
P, UL, DL {
 margin: 1.3em 0;
}
UL {
 padding: 0 0 0 1.5em;
}
OL {
 margin: -0.8em 0;
 padding: 0 0 0 2em;
}
DD {
 margin: 0 0 1em 2em;
}
DD UL, DD P, P.nobroadcast, P.places, P.uncertain {
 margin: 0;
}
UL UL, UL DL, DL DL {
 margin-top: 0;
}
DD LI {
 list-style: disc;
}
DD LI LI {
 list-style: circle;
}
BODY.top LI {
 margin-bottom: 0.33em;
}
DEL {
 display: inline;
 text-decoration: line-through;
}
EM.uncertain, .uncertain EM {
 color: #c00;
 font-style: normal;
}
HR, H2.author, H2.navi {
 display: none;
}
UL.navi {
 margin: 2em 0 0;
 padding: 1em 0;
 border-top: 1px solid;
 list-style: none;
}
UL.navi LI.prev {
 margin: 0 0 0.5em;
 float: left;
 width: 49%;
 text-align: left;
}
UL.navi LI.next {
 margin: 0 0 0.5em;
 float: right;
 width: 49%;
 text-align: right;
}
UL.navi LI.top {
 clear: both;
 text-align: center;
}
.top H2, .author {
 padding: 0.25em 0 0;
 border-top: 1px solid;
}
ADDRESS, P.counter {
 margin: 0;
 font-style: normal;
 font-size: 88%;
 text-align: right;
}
ADDRESS .email {
 white-space: nowrap;
}
