/* CSS Document */

A:LINK {
color : white;
text-decoration: none
} 
A:VISITED {
color : white;
text-decoration: none
} 
A:HOVER {
color : white; 
text-decoration : none;
} 
A:ACTIVE {
color : white;
text-decoration: none
} 
