html {
    overflow-y: scroll;
    background: white;
    margin:0;
    padding:0;
}

body {
    font-family: sans-serif;
    font-size: 10pt;
    padding:10px;
}

a:link, a:visited {
    color: #4060ff;
    text-decoration: none;
}

a:hover, a:active{
    text-decoration: underline;
}


h1 {
    margin:0;
    font-size: 18pt;
    font-weight: bold;
}

h2 {
    margin:0;
    font-size: 14pt;
    font-weight: bold;
}

pre {
    background-color: #e8e8e8;
    border: 1px solid #d0d0d0;
    padding: 10px;
    font-size: 9pt;
}
