html {
    line-height : 1.4 ;
}

a {
    text-decoration : none ;
}
a:hover {
    text-decoration : underline ;
}

code , pre.src {
    border-radius : 4px ;
    padding : 1px ;
}

code {
    background-color : #dfe ;
}

pre.src {
    background-color : #eee ;
}

.org-variable-name , .org-function-name {
    font-weight : bold ;
}

.org-keyword , .org-builtin ,
.org-string , .org-racket-keyword-argument ,
.org-racket-selfeval {
    font-weight : bold ;
    color : #a87 ;
}

.org-comment , .org-comment-delimiter {
    font-style : italic ;
    color : #87f ;
}
