/*

        styleshet von Henrik Pantle, DC7SU

*/



/* font licences see https://github.com/hikikomori82/osifont/blob/master/MANUAL  */
@font-face {
    font-family: 'osifont';
    src: url('osifont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, p {
    font-family: 'osifont', sans-serif;
    color: #940031;
}

.right {
  text-align: right;
}