body {
    font-size: 12pt;
}

@media(min-resolution:100dpi) {
    body {
        font-size: 16pt;
    }
}

div.main {
    margin-left: 20%;
    margin-right: 20%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    min-width: 600px;

    background-image: url(img/chapman.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

div.mainMobile {
    margin-left: 3%;
    margin-right: 3%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;

    background-image: url(img/chapman.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

p {
    text-align: justify;
}

h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size:200%;
    text-align: right;
    margin-bottom: -0.5em;
}

h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 125%;
    text-align: right;
}

h3 {
    font-weight: bold;
}

a {
    text-decoration: none;
    font-variant: small-caps;
}

img.watermark {
    position: relative;
    top: 5px;
    right: 5px;
    opacity: 0.5;
    z-index: 99;
}

img.icon {
    position: relative;
    top: -5px;
    left: -5px;
    opacity: 0.5;
    z-index: 99;
}
