body {
    width:90%;
    margin:20px auto;
    max-width:860px;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

a:hover {
    text-decoration: underline;
}