A:link    { color: blue }    /* unvisited links */
A:visited { font-style : italic }   /* visited links   */
/*A:hover   { color: yellow; text-decoration: none; font-weight : bold; background-color:#0000A0 } *//* user hovers     */
A:hover   { color: green; text-decoration: none}
A:active  { color: lime }   /* active links    */