/* CSS Document */

a{
color: #999999; 
text-decoration: none;
}

a:hover{
color: #000099;
text-decoration: none
}
