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