body {
  color: #404000;
  background-color: white;
  background-image: url(/~kleiweg/img/grijs.gif);
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-attachment: fixed;
  margin-top: 0px;
  margin-bottom: 72px;
}

a         { text-decoration: none; }
a:link    { color: #0000EE; }
a:visited { color: #551A8B; }
a:active  { color: #FF0000; }
a:hover   { text-decoration: underline; color: #FF0000; }

h1 {
  margin-top: 100px;
}

h1, h2, h3, h4, h5, h6, div.menu {
  margin-left: 5%;
  margin-right: 5%;
}

div.text {
  margin-left: 15%;
  margin-right: 15%;
}

div.fig {
  text-align: center;
}

em {
  color: #ff0000;
}

i {
  color: black;
}

span.nobr {
    white-space: nowrap;
}

