a.ftdm_menu { 
  font-family : helvetica, geneva, arial, sunsans-regular, sans-serif;
  font-size : 16px;
  font-weight : bold;
  color : blue; 
  text-decoration : none; 
}

a.ftdm_menu:hover { 
  color : yellow; 
  text-decoration : none; 
}

a.ftdm_menu:active { 
  color : orange; 
  text-decoration : none; 
}

a.gsdotcom { 
  font-family : helvetica, geneva, arial, sunsans-regular, sans-serif;
  font-size : 22px;
  font-weight : bold;
  color : grey; 
  text-decoration : none; 
}

a.gsdotcom:hover { 
  color : orange; 
  text-decoration : none; 
}

a.gsdotcom:active { 
  color : red; 
  text-decoration : none; 
}