body,td,p { font-family: courier; font-size: 10pt; color: #D6D6D6; text-align: justify; font-weight: bold }
a:link,a:visited { color: #D6D6D6; filter: shadow(color=#141414,strength=3); height: 0pt; cursor: default; text-decoration: none }
a:hover { color: white; cursor: default; cursor: crosshair }
BODY { cursor: default; cursor: default; scrollbar-arrow-color: #141414; }

body, html {
  height: 100%;
overflow:hidden}
.bg {
  /* The image used */
  background:"img/bg.jpg";

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}



::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: #2c2c2c; 
}
 
::-webkit-scrollbar-thumb {
  background: #4A4A4A; 
}

::-webkit-scrollbar-thumb:hover {
  background: #7e7e7e; 
}


