@font-face {
    font-family: 'jmh_typewriter';
    src: url('../fonts/jmh_typewriter/JMH Typewriter.otf') format ('otf'),
         url('../fonts/jmh_typewriter/JMH Typewriter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jmh_typewriter';
    src: url('../fonts/jmh_typewriter/JMH Typewriter-Bold.otf') format ('otf'),
         url('../fonts/jmh_typewriter/JMH Typewriter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'jmh_typewriter';
    src: url('../fonts/jmh_typewriter/JMH Typewriter-Thin.otf') format ('otf'),
         url('../fonts/jmh_typewriter/JMH Typewriter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'droid_sans_monoregular';
    src: url('droidsansmono-webfont.eot');
    src: url('droidsansmono-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidsansmono-webfont.woff') format('woff'),
         url('droidsansmono-webfont.ttf') format('truetype'),
         url('droidsansmono-webfont.svg#droid_sans_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'delius_unicaseregular';
    src: url('deliusunicase-regular-webfont.eot');
    src: url('deliusunicase-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('deliusunicase-regular-webfont.woff') format('woff'),
         url('deliusunicase-regular-webfont.ttf') format('truetype'),
         url('deliusunicase-regular-webfont.svg#delius_unicaseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'drunkenserifmedium';
    src: url('drunkenserif-webfont.woff2') format('woff2'),
         url('drunkenserif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #F5F6F0;
    color: #666666;
    font-family: 'jmh_typewriter', Arial, sans-serif;
}

div#title {
    font-family: 'jmh_typewriter', Arial, sans-serif;
    font-size: 48px;
}

div#main {
    padding-top: 40px;
    padding-left: 40px;
}

p {
    color: #0099cc;
    line-height: 1.2;
    text-indent: 25px;
}

div.booktitle {
    text-align: right;
}
