
body {
    text-align: right;
    margin-top: 100pt;
    margin-right: 24pt;
    font-family: helvetica;
    font-size: 12pt;
    color: white;
    background-color: grey;
}

h1 {
    font-weight: normal;
    font-size: 16pt;
    margin-top: 16pt;
    margin-bottom: 18pt;
}

h2 {
    font-weight: normal;
    font-size: 18pt;
    margin-top: 24pt;
    margin-bottom: 18pt;
}

div.links {
    word-spacing: 6pt;
}

a {
    color: #cccccc;
    text-decoration: none;
}

a:hover {
    color: white;
}

div.contact {
    margin-top: 50px;
}

.focus {
    color: white;
}

.images {
    margin-top: 20pt;
    word-spacing: 6pt;
}

.notes {
    margin-top: 50px;
    font-size: 10pt;
    margin-left: 200px;
}


