
body { 
    font-family: "Segoe UI", "Candara", "Arial", sans-serif;
    font-size: 90%;
    background: #FFF; color: #000;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}

