A:LINK {
  
  font-weight : normal;
  
  

  

  
  

  color : black;
  
}
A:VISITED {
  
  font-weight : normal;
  

  color : black;
}
A:HOVER {
  
  font-weight : normal;
  
  
  
  
  
  color : red;
  
}
A:ACTIVE {
  
  font-weight : normal;
  
  color : blue;
}