#navList a:link {
    color: #fff;
    text-shadow: 0 0 0 #000;
}
#navList a:hover {
    color: #1f1f1f;
    transition: all .2s;
}