[CSS]a:link { text-decoration : none; }a:hover {   color : #FF6600;   text-decoration : underline;}a:active {   color : #CCCCCC;   text-decoration : underline;}a:visited { text-decoration : none; }
