A.uplink1:link {
  color: red; 
  font-weight: bold;
  text-decoration : none; 
}

A.uplink1:visited {
  color: red;
  font-weight: bold; 
  text-decoration : none; 
}
  
A.uplink1:hover { 
  color: white;
  font-weight: bold;
  text-decoration : underline; 
}

A.uplink1:active { 
  color: white;
  font-weight: bold; 
  text-decoration : underline; 
}

A.uplink2:link {
  color: white; 
  font-weight: bold;
  text-decoration : none; 
}

A.uplink2:visited {
  color: white;
  font-weight: bold; 
  text-decoration : none; 
}
  
A.uplink2:hover { 
  color: white;
  font-weight: bold;
  text-decoration : none; 
}

A.uplink2:active { 
  color: red;
  font-weight: bold; 
  text-decoration : none; 
}
A.uplink3:link {
  color: white; 
  font-weight: bold;
  text-decoration : none; 
}

A.uplink3:visited {
  color: white;
  font-weight: bold; 
  text-decoration : none; 
}
  
A.uplink3:hover { 
  color: white;
  font-weight: bold;
  text-decoration : none; 
}

A.uplink3:active { 
  color: black;
  font-weight: bold; 
  text-decoration : none; 
}
