BODY
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  color: #000000;
  background-color: #bbbcbb;
/*  background-image: url(images/knutselen.jpg); */
  background-attachment: fixed;
}

H1
{
  font-size: 150%;
}

H2
{
  font-size: 120%;
}

H3
{
  font-size: 100%;
  font-weight: bold;
  margin-top: 3ex;
  margin-bottom: 0;
}

P
{
  margin-top: 1ex;
  margin-bottom: 1ex;
}

UL
{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2em;
/*  list-style-image: url(images/gear.png); */
}

A:link, A:active, A:visited
{
  color: #993333;
  background-color: transparent;
  text-decoration: none;
}

A:hover
{
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}
