@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Berling";
src: url(../Fonts/Berling.Antiqua.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Berling";
src: url(../Fonts/Berling.Antiqua.Bold.ttf);
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Berling";
src: url(../Fonts/Berling.Antiqua.Italic.ttf);
font-style: italic;
font-weight: normal;
}
@page {
margin: 0;
padding: 0;
border: 0;
}
body {
line-height: 1.25;
margin: 15px;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-variant: normal;
font-family: Berling, 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: 108%;
}
h1, h2, h3 {
text-align: center;
font-size: 108%;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
h1 {
margin: 2em 0;
}
h2 {
margin: 2em 0 1em;
}
h3 {
margin: 1em 0;
}
a {
color: darkblue;
text-decoration: none;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}