a:link {
color:orchid;
}

a:visited {
color:darkorchid;
}

a:hover {
color:steelblue;
}

a:active {
color:limegreen;
}