body {
  background-color: Black; 
  scrollbar-base-color:yellow; 
  scrollbar-highlight-color:blue; 
  scrollbar-arrow-color:red; 
  scrollbar-shadow-color:cyan;
  }

body,p,td,th,span {
  font-family:arial,helvetica,verdana,sans-serif;
  font-size: small;
  color: white; }

a:link { color: #aac557;text-decoration: none;  font-size : small;  font-weight : bold;  font-family : arial,helvetica,verdana,sans-serif;   }
a:visited { color: Aac557; text-decoration:none;  font-size : small;  font-weight : bold; font-family : arial,helvetica,verdana,sans-serif;  }
a:hover { color: Yellow; text-decoration:none;  font-size : small;  font-weight : bold; font-family : arial,helvetica,verdana,sans-serif;  }
a:active {color: Yellow; text-decoration:none;  font-size : small;  font-weight : bold; font-family : arial,helvetica,verdana,sans-serif;  }
a:focus { color: Yellow; text-decoration:none;  font-size : small;  font-weight : bold;font-family : arial,helvetica,verdana,sans-serif;   }

input { color: #000; background-color: 8fbc8f;   }
	
select {
  background-color: #8fbc8f;
  width: 160px;
  border: 3px solid Black;
  font-size : xx-small;
  }
