body {    background-image: url(img/bg/left.jpg);    background-attachment: fixed;    color: #55dd55;    font-family: arial;    font-size: 10pt;    scrollbar-face-color: #003300;    scrollbar-shadow-color: #000033;    scrollbar-highlight-color: #007700;     scrollbar-3dlight-color: #005511;   scrollbar-darkshadow-color: #000022;    scrollbar-track-color: #002211;    scrollbar-arrow-color: #007733; }::-webkit-scrollbar {    width: 12px;} /* Track */::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 20px #000000;     -webkit-border-radius: 10px;     background-color: #005500;     border-radius: 6px;} /* Handle */::-webkit-scrollbar-thumb {    -webkit-border-radius: 6px;    border-radius: 6px;    background: #005500;     -webkit-box-shadow: inset 0 0 5px #000000; }/* Handle on hover */::-webkit-scrollbar-thumb:hover {  background: #007700; }.header { font-size: 10pt; font-family: arial; color=#00ffff; font-variant: small-caps; }.link { font-size: 7pt; font-family: arial; font-weight: bold; margin-left: 6px }A:link    {text-decoration: none; color: 00ff00; font-family: arial; }A:visited {text-decoration: none; color: 00aa00; font-family: arial; }A:active  {text-decoration: none; color: 00cc00; font-family: arial; }A:hover   {text-decoration: none; color: ffff00; font-family: arial; position: relative; top: 1px; left: 1px; }