A.menu:link {
  text-decoration:  none;
  color:            #000000;
  background-color: transparent;
}

A.menu:visited {
  text-decoration:  none;
  color:            #000000;
  background-color: transparent;
}

A.menu:active {
  text-decoration:  none;
  color:            #000000;
  background-color: transparent;
}

A.menu:hover {
  text-decoration:  none;
  color:            #ff5252;
  background-color: transparent;
}

A.text:link {
  color:            #000000;
  background-color: #ffffff;
}

A.text:visited {
  color:            #000000;
  background-color: #ffffff;
}

A.text:active {
  color:            #000000;
  background-color: #ffffff;
}

A.text:hover {
  color:            #ff5252;
  background-color: #ffffff;
}
