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; }

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


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

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


