#langSelect, #nav, #supNav, form {
    display: none;
}

body {
    font: 10pt/1.4 "Lucida Grande", "Arial", sans-serif;
}

h1, h2, h3 {
    font-family: Georgia, serif;
}

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

#body a[href]:after {
    content: " (" attr(href) ") ";
}