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