body {
  background-color: #000000;
  background-attachment: fixed; 
  background-repeat: no-repeat;
}
td {
  background-repeat: no-repeat;
}
h1 {
  color: white;
  font-size: 20px;
}
h2 {
  color: white;
  font-size: 14px;
}
a {
  text-decoration: none;
}
a:link {
  color: #ffffff;
}
a:visited {
  color: #ffffff;
}
a:hover {
  color: #ff0000;
}
html,body {
  scrollbar-face-color: #000000;
  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #000000;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #000000;
}
