body {
    font-family: monospace, monospace;
    margin-left: 5%;
    line-height: 1.2;
    background-color: #fffffb;
}
h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}