 
P{
  font-family : "MS UI Gothic";
  text-decoration : none;
}
BODY{
  font-family : "MS UI Gothic";
  cursor : crosshair;
  
  text-decoration : none;
}
A:HOVER{
  text-decoration : none;
  color : fuchsia;
  cursor : e-resize;
}
A:LINK{
  color : black;
  text-decoration : none;
  cursor : e-resize;
}
A:VISITED{
  color : black;
  text-decoration : none;
  cursor : e-resize;
}
TD{
  font-family : "MS UI Gothic";
  color : black;
}
