A {
  COLOR: rgb(255,240,128);
  FONT-SIZE: 10pt;
  FONT-FAMILY: Comic Sans MS,Verdana,Arial;
  FONT-WEIGHT: bold;
  text-decoration: none;
}
A:visited {
  COLOR: rgb(128,255,64);
  FONT-SIZE: 10pt;
  FONT-FAMILY: Comic Sans MS,Verdana,Arial;
  FONT-WEIGHT: bold;
  text-decoration: none;
}
A:hover {
  COLOR: rgb(128,255,255);
  FONT-SIZE: 10pt;
  FONT-FAMILY: Comic Sans MS,Verdana,Arial;
  FONT-WEIGHT: bold;
  text-decoration: none;
}
A:active {
  COLOR: rgb(240,140,128);
  FONT-SIZE: 10pt;
  FONT-FAMILY: Comic Sans MS,Verdana,Arial;
  FONT-WEIGHT: bold;
  text-decoration: none;
}