body {
      background-color: white;
      background-image: url(/~kleiweg/quiz/grijs.gif);
      background-repeat: repeat-x;
      background-position: 0% 0%;
      background-attachment: fixed;
      margin-top: 36px;
      margin-bottom: 72px;
      margin-left: 20%;
      margin-right: 20%;
}


a { text-decoration: none; }

a:link    { color: #0000EE; }
a:visited { color: #551A8B; }
a:active  { color: #FF0000; }

a:hover   { text-decoration: underline; color: #FF0000; }

div.vraag {
    color: #803030;
    margin: 0px 0px 0px 36px;
 }

span.sc {
    text-transform: uppercase;
    font-size:      small;
}

h1,h2,h3,h4,h5,h6 { color: #303060; }
h1 { margin-bottom: 36px; }
