@namespace h "http://www.w3.org/1999/xhtml";
p {
text-indent: 1em;
margin: 0;
padding: 0
}
.italic {
font-style: italic
}
.justify {
text-align: justify;
text-indent: 0
}
.center {
text-align: center;
text-indent: 0
}
.grey {
color: grey
}
.font70 {
font-size: 0.7em
}
.font85 {
font-size: 0.85em
}
.font120 {
font-size: 1.2em
}
.oneAbove {
margin-top: 1em
}
.twoAbove {
margin-top: 2em
}
.threeAbove {
margin-top: 3em
}
.halfBelow {
margin-bottom: 0.5em
}
.oneBelow {
margin-bottom: 1em
}
.twoBelow {
margin-bottom: 2em
}
.threeBelow {
margin-bottom: 3em
}
.halfHeight {
line-height: 0.5em
}
.heightTwo {
line-height: 2em
}
.block {
text-indent: 0
}
.block:first-line {
font-variant: small-caps
}
.blocked {
text-indent: 0
}
.inset {
padding-left: 0.5em;
padding-right: 0.5em
}
.list {
margin-left: 2.5em;
text-indent: -1.5em;
margin-bottom: 1em
}
.letter {
text-align: justify;
text-indent: 0;
margin-bottom: 1em;
padding-left: 0;
padding-right: 0
}
.letterH {
text-align: justify;
text-indent: 0;
font-style: italic;
margin-bottom: 2.5em;
padding-left: 0;
padding-right: 0
}
.letterR {
text-align: right;
text-indent: 0;
padding-left: 0;
padding-right: 0
}
.letterN {
text-indent: 0;
margin-bottom: 2em;
margin-top: 2em;
padding-left: 0;
padding-right: 0
}
.header {
text-align: center;
font-size: 1.8em;
text-indent: 0;
margin-top: 1.8em;
margin-bottom: 1.8em
}
.set {
text-align: center;
font-size: 0.92em;
text-indent: 0;
margin-bottom: 1em;
padding-bottom: 1em
}
a {
color: inherit;
text-decoration: inherit;
cursor: default
}
a[href] {
color: #195CBF;
text-decoration: none;
cursor: pointer
}
span.dropcap {
float: left;
font-size: 4em;
color: grey;
margin-right: 0.25em;
margin-bottom: -0.1em
}
span.u {
text-decoration: underline;
border-bottom: 1px solid #000
}
span.sCaps {
font-size: 70%
}
span.L {
font-size: 120%
}