body {
    background-color: #000 !important;
    color: #3f0 !important;
}
.titlebar {
    background-color: #000; 
    color: #3f0;
}
.refs { 
    background-color: #000;
    color: #3f0;
}

.refs a:visited { color: #f00; }
a, a:link {color:#cfc !important;}
a:visited {color:#8f0 !important;}
a:hover {color:#000 !important; text-decoration:none; 
background-color:#4f0 !important;}
/*essendo dopo a:hover, ottengo un effetto "cool" sul link: i setting hanno effetto immediatamente, quando l'utente clicca */
a:active{ color:#f00; background-color:#3f3;}

