/* Chrome/Edge 支援的滾動條樣式 */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 6px;
}


body {
  background-attachment: fixed;
  font-size: 10px;
}

.text {
  font-size: 10px;
  line-height: 18px;
}

a {
  font-size: 10pt;
  text-decoration: none;
  color: #FFFFFF;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #FFFFFF;
}

img {
  border: none;
}

.inputuse {
  font-size: 10pt;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  font-family: "Arial", "Helvetica", "sans-serif";
  color: #333333;
}
