
@font-face {
    font-family: 'KingthingsExeterRegular';
    src: url(/fonts/Kingthings_Exeter-webfont.eot);
    src: url(/fonts/Kingthings_Exeter-webfont.eot?#iefix) format('embedded-opentype'),
         url(/fonts/Kingthings_Exeter-webfont.woff) format('woff'),
         url(/fonts/Kingthings_Exeter-webfont.ttf) format('truetype'),
         url(/fonts/Kingthings_Exeter-webfont.svg#KingthingsExeterRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* basics */
body, input, textarea, select { font-family:Georgia,Times New Roman,Times,Serif; font-size:12pt; }
body { line-height:1.5; }
a { color:#af0000; text-decoration:none; }
a:hover { color:#af4f1e; }
h1, h2, h3, h4, h5, h6 { margin-bottom:0; margin-top:2em; }
h1 { font-size:120%; margin-top:0; }
h2 { font-size:110%; }
h3 { font-size:105%; font-style:italic; }
.nb { color:#609; font-style:italic; }
.errortxt { color:red; font-style:italic; }
.attention { color:#09c; font-style:italic; }
.dim { color:#999 }
