/* CSS Document */

A:button {text-decoration: none; color: black;}
A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: gray;}
