@import url(http://fonts.googleapis.com/css?family=Roboto:300,500);
@import url(http://fonts.googleapis.com/css?family=Roboto+Mono:300);

body {
    margin: 3em auto;
    max-width: 40em;
    font-size: 14pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
body, p, li {
    text-align: justify;
}
h1, h2, h3 {
    text-align: left;
    font-weight: 500;
    color: #960;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 130%;
}
h3 {
    font-size: 110%;
}
a {
    color: #c60;
    text-decoration: none;
}
a:hover {
    color: #975;
    text-decoration: underline;
}

pre, code {
    font-family: 'Roboto Mono', monospace;
    font-weigth: 300;
    font-size: 11pt;
}

pre {
    padding: 0.5em;
    background: #eee;
    border-radius: 4px;
    border: 1px solid #ddd;
}

code {
    background: #eee;
    border-radius: 4px;
    padding: 2px 4px;
    color: #900;
}