A:link {
     color: 993333;
     text-decoration: none; 
}
A:visited {
     color: 993333;
     text-decoration: none; 
}
A:active {
     color: blue;
     text-decoration: none;
}
A:hover {
     color: blue;
     text-decoration: underline; 
}


