@import url("common.css");
@import url("navi.css");

/* ============================== */
body {
  background-color: #f1f3f5 !important;
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
}

body h1{
  font-weight: normal;
}

body p{
  padding: 0;
}

body a{
  /* color: #333; */
  /* text-decoration: underline; */
}

body a:hover{
  /* color: #aaa !important; */
  text-decoration: underline;
}

/* ============================== */
