.linkColor a {
    Color: white;
}

.linkColor a:hover {
    color: grey;
}