A:link { text-decoration: none; color: yellow }       /* unvisited link */
A:visited { text-decoration: none; color: 003333 }   /* visited links */
A:active { text-decoration: none; color: yellow }    /* active links */
A:hover { color : white ; text-decoration: none; }
