/* Dit style sheet dient tevens als voorbeeld voor ontwikkelaars. */
/* Laatst bijgewerkt: 01/05/2021 */

BODY {
  font-family: verdana, arial;
  font-size: 11pt;
  background-image : url(China/Zen13.jpg);
  background-repeat:no-repeat;/*we want to have one single image not a repeated one*/
  background-size:cover;/*this sets the image to fullscreen covering the whole screen*/
  background-position: 150% auto;  color: black;
  background-color: #ffffcc;
  margin-top: 0em;
  margin-left: 2.5em;
  margin-right: 2.5em;
  margin-bottom: 5em;
}
