body {
  background: #000000;
  color: #ffff33;
  font-family: Arial, serif; 
  scrollbar-base-color:#000000;
  scrollbar-face-color:#98AFC7;
  scrollbar-arrow-color:#ffffff;
  background-image: url(background3.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

a:link { color: #66ff33 }

a:visited { color: #66ff33 }

a:active { color: #ffff33 }

p:first-line { margin-left: 25px }

h1 { color:#66ff33 }



66ff33 - green (102,255,51)
6600cc - purple (102,0,204)
ffff33 - yellow (255,255,51)
ffffff - white (255,255,255)
000000 - black (0,0,0)
