/* Body */

body { 

  background-color: #EBF5EA;
  font-weight: bold;
  font-size: 80%;
  color: #000000;
  font-family: 'verdana';
  text-decoration: none;
}


body.main { 
  background-image		: url('../images/hond.jpg');
  background-repeat		: no-repeat;
}

td.repeat {
  background-image: url(../images/pixel.jpg);
  background-repeat: repeat;

  font-weight: bold;
  font-size: 55%;
  color: #000000;
  font-family: 'verdana';
  text-decoration: none;
}

td.menu {
  background-image: url(../images/pixel.jpg);
  background-repeat: repeat;
  font-weight: bold;
  font-size: 80%;
  color: #000000;
  font-family: 'verdana';
  text-decoration: none;
}

td.copyright {
  background-image: url(../images/pixel.jpg);
  background-repeat: repeat;

  font-weight: bold;
  font-size: 55%;
  color: #000000;
  font-family: 'verdana';
  text-decoration: none;
}
/*  Copyright 2004 Hummel Computers & webdesign */