@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Avignon";
src: url(../Fonts/AvignonPro-Bold.ttf);
font-style: normal;
font-weight: bold;
}
.Avignon { font-family: "Avignon"; }
@font-face {
font-family: "AvignonCd";
src: url(../Fonts/AvignonProCd-Bold.ttf);
font-style: normal;
font-weight: bold;
}
.AvignonCd { font-family: "AvignonCd"; }
@font-face {
font-family: "Palatino";
src: url(../Fonts/Palatino-Italic.ttf);
font-style: italic;
font-weight: normal;
}
@font-face {
font-family: "Palatino";
src: url(../Fonts/Palatino-Regular.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Palatino";
src: url(../Fonts/Palatino-Bold.ttf);
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Sans";
src: url(../Fonts/SansPro-Bold.ttf);
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Sans";
src: url(../Fonts/SansPro-Regular.ttf);
font-style: normal;
font-weight: normal;
}
.Sans { font-family: "Sans"; }
@page {
margin: 0; padding: 0; border: 0;
}
body {
line-height: 1.35;
margin: 15px;
padding: 0;
border: 0;
font-family: "Palatino";
text-align: justify;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-variant: normal;
widows: 1;
orphans: 1;
text-indent: 0;
-moz-hyphens: none !important;
-webkit-hyphens: none !important;
-epub-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
}
a {
color: darkblue;
text-decoration: none;
}
a:hover {
background-color: #eeeeee;
padding: 3px 0;
color: black;
}
h1 {
font-family: Palatino, serif;
font-style: normal;
font-weight: normal;
text-align: center;
font-size: 1.24em;
margin: 3em 0 2em;
}
p {
margin: 0;
text-indent: 0;
font-size: .96em;
display: block;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}
.p {}
.text { text-indent: 1.25em }
.px2 { margin-top: .5em }
.px { margin-top: 1em }
.pii { margin-left: 3.5em }
.pxx { margin-top: 2em }
.pxxx { margin-top: 3em }
.px50 { margin-top: 50% }
.px66 { margin-top: 66% }
.px88 { margin-top: 88% }
.pc { text-align: center }
.pl { text-align: left }
.sml { font-size: .9em }
.lrg { font-size: 2.2em }
.xxl { font-size: 8em }
.eng { line-height: 1.1 }
.schmal{ letter-spacing: -3px }
div.container {
width: 100%;
page-break-inside: avoid;
break-inside: avoid;
margin: 1em 0 0 0;
}
div.left {
float: left;
width: 50%;
margin: 0;
padding-right: 10pt;
}
div.right {
margin: 0 0 0 50%;
padding-left: 10pt;
}