/* Style for all links (optional, if you want) */
a {
    color: blue; /* Default link color */
}

/* Specific style for the link with class "special-link" */
a.bright-link {
    color: lightgrey; /* This will change the color of the "special" link */
}
