a:active {  
  text-decoration: underline; 
  color: #FFFFFF; 
  cursor: hand
}

a:link {  
  text-decoration: none; 
  cursor: hand
}

a:visited {  
  text-decoration: none; 
  cursor: hand
}

a:hover {  
  text-decoration: underline; 
  cursor: hand
}
