body {
    font-family: sans-serif;
    font-size: 90%;
}

a {
    text-decoration: none;
    color: #33A;
}

a:visited {
    color: #33A;
}

a[href]:hover {
    text-decoration: underline;
}

#content {
    margin-left: 5em;
    width: 40em;
}