


A{
  text-decoration : none;color : tomato;
  cursor : default;
}
A:HOVER{
  color :yellow;
  text-decoration : none;
  cursor : default;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
  left : 1pt;
}

body{ overflow-x:hidden; }

body {
scrollbar-base-color : hotpink;
}
