
#logo a, #logo a:hover, #logo:visited  {
    background-color: #f93;
}

#wide-header {
    border-bottom-color: #f93;
}



a[href] {
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

a[href].ext {
    text-decoration: none;
    border-bottom: 1px solid #c60;
}

a[href]:link {
    color: #f93;
}

a[href]:visited {
    color: #c60;
}

a[href]:hover {
    background-color: #f93;
    color: #fcfcfc;
}