A:link    { color : #0000FF;  text-decoration : none; }     /*未訪問のアンカー*/A:visited { color : #444e7a;  text-decoration : none; }      /*訪問済みのアンカー*/A:active  { color : green; background-color : #b5b2b8; text-decoration : underline; }    /*選択中のアンカー*/A:hover   { color : red; background-color : #ffdddb; text-decoration : underline; }   /*マウスが通過しているアンカー(CSS2A  { text-decoration : none; }