body {
scrollbar-arrow-color: rgb(255,255,255);
scrollbar-base-color: rgb(0,0,0);
scrollbar-dark-shadow-color: rgb(0,0,0);
scrollbar-track-color: rgb(75,218,127);
scrollbar-face-color: rgb(41,131,75);
scrollbar-shadow-color: rgb(0,0,0);
scrollbar-highlight-color: rgb(221,221,221);
scrollbar-3d-light-color: rgb(128,128,128)
}

input[type="button"]{
  background-color: rgb(41,131,75);
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
  font-size: 0.8em;
  color: rgb(255,255,255);
  border: 2px outset rgb(132,115,48)
}

 input[type="submit"]{
  background-color: rgb(41,131,75);
  font-family: Georgia  Palatino  "Times New Roman"  ;
  font-size: 0.8em;
  color: rgb(255,255,255);
  border: 2px outset rgb(132,115,48)
}

 input[type="reset"] {
  background-color: rgb(41,131,75);
  font-family: Georgia  Palatino  "Times New Roman"  ;
  font-size: 0.8em;
  color: rgb(255,255,255);
  border: 2px outset rgb(132,115,48)
}

input[type="text"]{
  background-color: rgb(75,218,127);
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

 input[type="password"] {
  background-color: rgb(75,218,127);
  font-family: Georgia  Palatino  "Times New Roman"  ;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

input[type="checkbox"] {
  background-color: rgb(41,131,75);
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif
}

input[type="radio"] {
  background-color: rgb(41,131,75);
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif
}

input[type="file"] {
  background-color: rgb(75,218,127);
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

textarea {
  background-color: rgb(75,218,127);
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

select {
  background-color: rgb(75,218,127);
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,0,0)
}

selectoption { 

}

fieldset {
  border: solid rgb(75,218,127)
}

legend {
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
  border: solid 1px rgb(75,218,127)
}

label {
  font-family: Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
  color: rgb(75,218,127)
}