@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: serif;
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/CharisSILR.ttf)
}
@font-face {
font-family: serif;
font-weight: bold;
font-style: normal;
src: url(res:///Data/fonts/CharisSILB.ttf)
}
@font-face {
font-family: serif;
font-weight: normal;
font-style: italic;
src: url(res:///Data/fonts/CharisSILI.ttf)
}
@font-face {
font-family: serif;
font-weight: bold;
font-style: italic;
src: url(res:///Data/fonts/CharisSILBI.ttf)
}
@font-face {
font-family: "Charis SIL SmCp";
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/CharisSILSmCp-R.ttf)
}
@font-face {
font-family: "Charis SIL SmCp";
font-weight: bold;
font-style: normal;
src: url(res:///Data/fonts/CharisSILSmCp-B.ttf)
}
@font-face {
font-family: "Charis SIL SmCp";
font-weight: bold;
font-style: italic;
src: url(res:///Data/fonts/CharisSILSmCp-BI.ttf)
}
@font-face {
font-family: "Charis SIL SmCp";
font-weight: normal;
font-style: italic;
src: url(res:///Data/fonts/CharisSILSmCp-I.ttf)
}
body {
font-family: serif;
widows: 0;
orphans: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
text-align: justify;
font-size: 93%
}
p {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-indent: 1.2em;
}
h2 {
margin-top: 1em;
margin-bottom: 1em;
text-align: center
}
.noindent {
text-indent: 0
}
.noindent1 {
margin-bottom: .5em;
text-indent: 0
}
.bold {
margin-top: .5em;
font-weight: bold;
text-indent: 0
}
.center {
text-align: center
}
.center1 {
margin-top: 1em;
text-align: center
}
.center2 {
margin-bottom: 1em;
text-align: center
}
.centerb {
font-weight: bold;
margin-top: .5em;
text-align: center;
}
.centeri {
font-style: italic;
text-align: center;
}
.subhead {
display: block;
font-style: italic;
margin-bottom: .5em;
text-indent: 0
}
.smallcaps {
font-family: "Charis SIL SmCp", sans-serif
}
.calibre {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: justify
}
a {
color: inherit;
text-decoration: inherit;
cursor: default
}
a[href] {
color: blue;
text-decoration: underline;
cursor: pointer
}