@namespace h "http://www.w3.org/1999/xhtml";
@font-face{
font-family: "Georgia";
font-style: normal;
font-weight: normal;
src:url(../Fonts/georgia.ttf)}
@font-face{
font-family:"Georgia";
font-style:italic;
font-weight:normal;
src:url(../Fonts/georgiai.ttf)
}
@font-face{
font-family: "Sans";
font-style: normal;
font-weight: bold;
src:url(../Fonts/SansPro-Bold.ttf)
}
@font-face{
font-family: "Sans";
font-style: normal;
font-weight: normal;
src:url(../Fonts/SansPro-Regular.ttf)
}
@font-face{
font-family: "Sans";
font-style: italic;
font-weight: normal;
src:url(../Fonts/SansPro-Italic.ttf)
}
@page {
margin: 0;
padding: 0;
border: 0
}
body {
color: black;
background-color: white;
line-height: 1.3;
margin: 15px;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-variant: normal;
font-family: Georgia, serif;
widows: 1;
orphans: 1;
text-align: justify;
text-indent: 0;
-moz-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
}
p {
margin: 0;
font-size: 1em;
display: block;
}
li {
font-size: 1em;
}
h1 {
text-align: center;
font-family: Georgia, serif;
font-size: 1.04em;
font-weight: normal;
margin: 3em 0 0;
}
h2 {
text-indent: 0;
text-align: center;
font-size: 1.24em;
font-family: Georgia, serif;
margin: .5em 0 2em;
font-weight: bold;
}
.text { text-indent: 24px }
.px { margin-top: 1em }
.px20 { margin-top: 20% }
.px33 { margin-top: 33% }
.pc { text-align: center }
.pr { text-align: right }
.pl { text-align: left }
.pxx { margin-top: 2em }
.pxxx { margin-top: 3em }
.xmed { font-size: .92em }
.kap { font-size: 78%; }
.Sans { font-family: Sans }
.intro { margin-left: 25% }
a {
color: darkblue;
text-decoration: inherit;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}