/* CSS Document */

a:visited {  text-decoration: none; color: #FFCC00}
a:hover {  text-decoration: none; color: ##FFCC00}
a:link {  text-decoration: none; color: #FFCC00}
a:active {  text-decoration: none}		


