/* gastenboek.css */

body { background-image: url('../images/backgrlogocreme_groot.gif');
  background-repeat: repeat;
  background-color: #FFEFAD;
  margin: 5px, 5px, 5px, 5px;
}
h1 {font-family: arial;
  font-size: 80%;
  color: #844200;
  text-align: left;
}
h2 {font-family: arial;
  font-size: 100%;
  color: #844200;
  text-align: left;
}
h3 {font-family: arial;
  font-size: 140%;
  color: #844200;
  text-align: center;
  margin-bottom: 0px;
}
h6 {color: #FF8400;
  font-size: 60%;
}
a {font-family: arial;
  color: #FF8400;
  font-size: 100%;
  text-decoration: underline;
}
p {font-family: arial;
  font-size: 100%;
  color: #844200;
  text-align: left;
}

/* To make the scrollbar more colorfull (MSI only) */
<!--
body { scrollbar-face-color:#FFEFAD;
  scrollbar-arrow-color:#844200;
  scrollbar-track-color:#CEB59C;
  scrollbar-shadow-color:#844200;
  scrollbar-highlight-color:white;
  scrollbar-3dlight-color:#CEB59C;
  scrollbar-darkshadow-Color:#422100;
}
-->

