.small-caps {
    font-variant: small-caps
    }
.gesperrt {
    letter-spacing: 0.2em
    }
.larger {
    font-size: larger
    }
.smaller {
    font-size: smaller
    }
.boxed {
    border: 1px solid black
    }
.bold {
    font-weight: bold
    }
.xx-large {
    font-size: 2em
    }
.x-large {
    font-size: 1.4em
    }
.my-center {
    clear: both;
    text-align: center
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
.drop-cap {
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    margin-right: 0.2em
    }
h1 {
    text-align: center;
    font-weight: normal;
    font-size: 1.6em
    }
table.footnote {
    border-left: none
    }