@charset "utf-8";
/* CSS Document */

a:link {
  text-decoration: none;
  color:#000;
}

a:visited {
  text-decoration: none;
    color:#000;
}

a:hover {
  text-decoration: none;
    color:#000;
}

a:active {
  text-decoration: none;
    color:#000;
}