I have gone into style2.css and tried to change the color of the navigation links to:
.nav li a {
border-left:1px solid #fff;
color:#ffffff;
}
If I change the color of the border, the border changes color, however, no matter what I set the color to it never changes the link color.














