
#logo a, #logo a:hover, #logo:visited  {
    background-color: #c96;
}

#wide-header {
    border-bottom-color: #c96;
}



a[href] {
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

a[href].ext {
    text-decoration: none;
    border-bottom: 1px solid #630;
}

a[href]:link {
    color: #c96;
}

a[href]:visited {
    color: #963;
}

a[href]:hover {
    background-color:#c96;
    color: #eee;
}

a[href]:active,
a[href]:focus {
    background-color: #333;
    color: #eee;
}