body {
  font-family: arial;
  font-size: 12;
  scrollbar-face-color: #FFFAEB;
  scrollbar-track-color: #FFFAEB;
  scrollbar-highlight-color: #FFDC71;
  scrollbar-shadow-color: #FFDC71;
  scrollbar-3dlight-color: #FFDC71;
  scrollbar-darkshadow-color: #FFDC71;
  scrollbar-arrow-color: #FFDC71;
  background-color: #FFFAEB;
  background-image: url("../pictures/background.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
}

a:link {
  color: black;
}

a:hover {
  color: black;
}

a:active {
  color: black;
}

a:visited {
 color: black;
}

input {
  font-family: arial;
  font-size: 12;
}

table {
  font-family: arial;
  font-size: 12;
}

textarea {
  font-family: arial;
}

p.wikipedia {
  font-size: xx-small;
}

