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

