#nav, form {
    display: none;
}

a:after {
    content: " ( " attr(href) " ) ";
    color: #050;
    font-size: 80%;
}

a[href^="/"]:after {
    content: " ( http://zoffix.com/" attr(href) " ) ";
}
a[href^="#"]:after {
    content: "";
}

a {
    color: #000!important;
    text-decoration: none!important;
}

