a.normal{
  text-decoration:none;
}

a.normal:link {
  color: yellow;
}

a.normal:visited {
  color: #f9ff56;
}

a.normal:hover {
  color: #0ff0f0;
  text-decoration:underline;
}

a.blue {
  text-decoration:none;
}

a.blue:link {
 color: #0000ff;
}

a.blue:visited {
  color: #0000ff;
}

a.blue:hover {
  color: #0ff0f0;
  text-decoration:underline;
}

a.black {
  text-decoration:none;
}

a.black:link {
 color: #000000;
}

a.black:visited {
  color: #000000;
}

a.black:hover {
  color: #0ff0f0;
}

a.enter {
  font-family : impact, sans-serif;
  text-decoration:none;
}

a.enter:link {
  color: yellow;
}

a.enter:visited {
  color: yellow;
}

a.enter:hover {
  color: red;
  text-decoration:underline;
}

