A:link { text-decoration: none; color: red }       /* unvisited link */
A:visited { text-decoration: none; color: red }   /* visited links */
A:active { text-decoration: none; color: yellow }    /* active links */
A:hover { color :"#FF6600"; text-decoration: none; }
