BODY{color : #393939;
  
  background-color : #a3bde4;
  scrollbar-track-color: black;
  scrollbar-face-color: white;
  scrollbar-shadow-color: black;
  scrollbar-darkshadow-color: white;
  scrollbar-highlight-color: black;
  scrollbar-3dlight-color: white;
  scrollbar-arrow-color: gray;
  background-attachment : fixed;
  
}
     
A{color : green;
  text-decoration : none;}
A:VISITED{color : seagreen;
  text-decoration : none;}
A:HOVER{
  color : lawngreen;
  text-decoration : none;
  position : relative;}
A:ACTIVE{color : orchid;}

INPUT,TEXTAREA{
  border-width : 1pt;
  border-color : silver;
  border-style : solid;
  color : lawngreen;
  background-color : black;
  scrollbar-track-color: darkgray;
  scrollbar-face-color: black;
  scrollbar-shadow-color: lawngreen;
  scrollbar-darkshadow-color: black;
  scrollbar-highlight-color: lawngreen;
  scrollbar-3dlight-color: black;
  scrollbar-arrow-color: mintcream;}