/*quitarles el subrallado a los link */

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}


/* Color de Link */

a:hover { color: green }