/*
body {
    color: #383942;
    background-color: #F9F9F9;
}
*/
.builtin {
    /* font-lock-builtin-face */
    color: #0083BB;
}
.comment {
    /* font-lock-comment-face */
    color: #9FA0A6;
    font-style: italic;
}
.comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #9FA0A6;
}
.doc {
    /* font-lock-doc-face */
    color: #50A04F;
}
.function-name {
    /* font-lock-function-name-face */
    color: #4078F1;
    font-weight: bold;
}
.keyword {
    /* font-lock-keyword-face */
    color: #A625A4;
}
.string {
    /* font-lock-string-face */
    color: #50A04F;
}
.tuareg-font-lock-constructor {
    /* tuareg-font-lock-constructor-face */
    color: #0083BB;
}
.tuareg-font-lock-extension-node {
    /* tuareg-font-lock-extension-node-face */
    color: #696B76;
}
.tuareg-font-lock-governing {
    /* tuareg-font-lock-governing-face */
    color: #A625A4;
}
.tuareg-font-lock-module {
    /* tuareg-font-lock-module-face */
    color: #C08400;
}
.tuareg-font-lock-operator {
    /* tuareg-font-lock-operator-face */
    font-weight: bold;
}
.type {
    /* font-lock-type-face */
    color: #C08400;
}
.variable-name {
    /* font-lock-variable-name-face */
    color: #E35549;
}

/*
a {
    color: inherit;
    background-color: inherit;
    font: inherit;
    text-decoration: inherit;
}
a:hover {
    text-decoration: underline;
}
*/
